DEPS 244 B

12345678
  1. include_rules = [
  2. # This code is shared with ios, so content/ dependencies
  3. # should not be introduced.
  4. "-content",
  5. "-ios/web",
  6. # components/reputation contains the lookalike (safety tips) component.
  7. "+components/reputation/core",
  8. ]