DEPS 247 B

123456789
  1. include_rules = [
  2. "+base",
  3. "+net",
  4. "+ui",
  5. "+testing",
  6. # UrlParamFilter is a layered component; subdirectories must explicitly
  7. # introduce the ability to use the content layer as appropriate.
  8. "-components/url_param_filter/content",
  9. ]