diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-15 23:14:24 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-15 23:14:24 +0000 |
commit | 4f94241f621f47ab6293cc56734cfc066e088b4c (patch) | |
tree | 35b7a50eb8284882a9d69b90709c3a278d9aaab3 /webkit/DEPS | |
parent | 6fafe97ad420fb554409fc6f2b58fc2d7be944b2 (diff) | |
download | chromium_src-4f94241f621f47ab6293cc56734cfc066e088b4c.zip chromium_src-4f94241f621f47ab6293cc56734cfc066e088b4c.tar.gz chromium_src-4f94241f621f47ab6293cc56734cfc066e088b4c.tar.bz2 |
Disable deps checking on webkit/port since that directory doesn't follow the google include paths style rule.
TBR=brettw
Review URL: http://codereview.chromium.org/7378
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3436 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/DEPS')
-rw-r--r-- | webkit/DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/DEPS b/webkit/DEPS index 93c300c..5dfa935 100644 --- a/webkit/DEPS +++ b/webkit/DEPS @@ -2,5 +2,5 @@ skip_child_includes = [
"build",
"pending",
- "bindings",
+ "port",
]
|