diff options
-rw-r--r-- | app/DEPS | 2 | ||||
-rw-r--r-- | webkit/DEPS | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -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", |