diff options
Diffstat (limited to 'content/components/DEPS')
-rw-r--r-- | content/components/DEPS | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/content/components/DEPS b/content/components/DEPS deleted file mode 100644 index 7d2de7d..0000000 --- a/content/components/DEPS +++ /dev/null @@ -1,12 +0,0 @@ -include_rules = [ - # Do not add chrome/ as an allowed include. Components under - # content/components MUST NOT depend on anything under src/chrome. - - # Subdirectories of content/components/component_name should add the - # parts of the Content API that they need, - # e.g. content/components/component_name/browser would add a - # "+content/public/browser" rule. - "-content", - "+content/public/common", - "+content/public/test", -] |