| Index: components/DEPS
|
| ===================================================================
|
| --- components/DEPS (revision 226603)
|
| +++ components/DEPS (working copy)
|
| @@ -1,7 +1,5 @@
|
| include_rules = [
|
| - # Do not add chrome/ as an allowed include. Components MUST NOT
|
| - # depend on anything under src/chrome.
|
| - "-chrome",
|
| + # Do not add chrome/ as an allowed include.
|
|
|
| # Components should only depend on the public Content API, and on
|
| # layers below the Content Module. They must not depend on the
|
| @@ -11,7 +9,6 @@
|
| # the additional parts of the Content API that they need,
|
| # e.g. components/component_name/browser/DEPS would add a
|
| # "+content/public/browser" rule.
|
| - "-content",
|
| "+content/public/common",
|
|
|
| # Dependencies of variations component.
|
|
|