diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-25 05:23:21 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-25 05:23:21 +0000 |
commit | b058597f786b4d1398bfa0cf4971bf7bb2b75c3b (patch) | |
tree | 5be117cf87326f0781f180b00f382122cf97a963 /webkit/DEPS | |
parent | 69446c81f20f77ad9ba91d6b5f24fbdc6a974628 (diff) | |
download | chromium_src-b058597f786b4d1398bfa0cf4971bf7bb2b75c3b.zip chromium_src-b058597f786b4d1398bfa0cf4971bf7bb2b75c3b.tar.gz chromium_src-b058597f786b4d1398bfa0cf4971bf7bb2b75c3b.tar.bz2 |
Add some comments to remind people of bad dependencies.
TBR=mal
Review URL: http://codereview.chromium.org/2808026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50821 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/DEPS')
-rw-r--r-- | webkit/DEPS | 2 |
1 files changed, 2 insertions, 0 deletions
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", |