| Index: content/components/DEPS
|
| diff --git a/content/components/DEPS b/content/components/DEPS
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..7d2de7d64a9b69b03af6176c991eab4e19fdc1fd
|
| --- /dev/null
|
| +++ b/content/components/DEPS
|
| @@ -0,0 +1,12 @@
|
| +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",
|
| +]
|
|
|