summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/DEPS2
-rw-r--r--webkit/DEPS2
2 files changed, 4 insertions, 0 deletions
diff --git a/app/DEPS b/app/DEPS
index 27ac0d7..2ba6968 100644
--- a/app/DEPS
+++ b/app/DEPS
@@ -1,3 +1,5 @@
+# Do NOT add chrome to the list below. We shouldn't be including files from
+# src/chrome in src/app.
include_rules = [
"+gfx",
"+grit/app_locale_settings.h",
diff --git a/webkit/DEPS b/webkit/DEPS
index 113d8488..f22e86d 100644
--- a/webkit/DEPS
+++ b/webkit/DEPS
@@ -3,6 +3,8 @@ skip_child_includes = [
"build",
]
+# Do NOT add chrome to the list below. We shouldn't be including files from
+# src/chrome in src/webkit.
include_rules = [
# For bridge/c/c_utility.h in npruntime_util.cc
"+bridge",