summaryrefslogtreecommitdiffstats
path: root/webkit/DEPS
diff options
context:
space:
mode:
authortc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-17 06:58:47 +0000
committertc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-17 06:58:47 +0000
commit4e0a8211447650d51fb4e7c31b385daf9e58cc61 (patch)
tree76b474edb883c55ed6da402d918b0ff1cf53a5f3 /webkit/DEPS
parente752af9e037d9dcf409190505ab904aee672b7aa (diff)
downloadchromium_src-4e0a8211447650d51fb4e7c31b385daf9e58cc61.zip
chromium_src-4e0a8211447650d51fb4e7c31b385daf9e58cc61.tar.gz
chromium_src-4e0a8211447650d51fb4e7c31b385daf9e58cc61.tar.bz2
Skip 'port' when checking webkit deps because it's
in the webkit style and does not include full paths. Review URL: http://codereview.chromium.org/7616 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3518 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/DEPS')
-rw-r--r--webkit/DEPS4
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/DEPS b/webkit/DEPS
index c176155..c0c8533 100644
--- a/webkit/DEPS
+++ b/webkit/DEPS
@@ -1,12 +1,12 @@
# checkdeps.py shouldn't check include paths for files in these dirs:
skip_child_includes = [
"build",
+ # Skip port and pending because they use webkit style for includes.
"pending",
+ "port",
]
include_rules = [
# For bridge/c/c_utility.h in npruntime_util.cc
"+bridge",
- # For bindings/npruntime.h in ScriptController.h
- "+bindings",
]