| Index: content/DEPS
|
| diff --git a/content/DEPS b/content/DEPS
|
| index 3c3a18dc24c04be4cf3224b580383d7e1287439c..1bb0a821570a1d47ee6ad0010d369672873fd85e 100644
|
| --- a/content/DEPS
|
| +++ b/content/DEPS
|
| @@ -1,7 +1,9 @@
|
| # Do NOT add chrome to the list below. We shouldn't be including files
|
| -# from src/chrome in src/content. Also, we may only depend on files in
|
| -# src/components that are shared with the mojo html_viewer.
|
| +# from src/chrome in src/content.
|
| include_rules = [
|
| + # For permission mojo interfaces.
|
| + "+components/permissions",
|
| +
|
| # The subdirectories in content/ will manually allow their own include
|
| # directories in content/ so we disallow all of them.
|
| "-content",
|
| @@ -110,6 +112,7 @@ include_rules = [
|
|
|
| # For generated JNI includes.
|
| "+jni",
|
| +
|
| ]
|
|
|
| # content -> content/shell dependency is not allowed, except for browser tests.
|
|
|