Index: content/DEPS |
diff --git a/content/DEPS b/content/DEPS |
index 1bb0a821570a1d47ee6ad0010d369672873fd85e..3c3a18dc24c04be4cf3224b580383d7e1287439c 100644 |
--- a/content/DEPS |
+++ b/content/DEPS |
@@ -1,9 +1,7 @@ |
# Do NOT add chrome to the list below. We shouldn't be including files |
-# from src/chrome in src/content. |
+# from src/chrome in src/content. Also, we may only depend on files in |
+# src/components that are shared with the mojo html_viewer. |
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", |
@@ -112,7 +110,6 @@ |
# For generated JNI includes. |
"+jni", |
- |
] |
# content -> content/shell dependency is not allowed, except for browser tests. |