summaryrefslogtreecommitdiffstats
path: root/webkit/DEPS
diff options
context:
space:
mode:
authortc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-17 05:58:20 +0000
committertc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-17 05:58:20 +0000
commit3bd77d47b5653209dfe032396e07953019e65c1e (patch)
tree50462ebc7ecb993796517702cc80fc06f3c88310 /webkit/DEPS
parent0e0126401261fee4d69237b489f672e933bcfb71 (diff)
downloadchromium_src-3bd77d47b5653209dfe032396e07953019e65c1e.zip
chromium_src-3bd77d47b5653209dfe032396e07953019e65c1e.tar.gz
chromium_src-3bd77d47b5653209dfe032396e07953019e65c1e.tar.bz2
Fix the check deps to allow npruntime related headers.
TBR=pkasting Review URL: http://codereview.chromium.org/7613 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3515 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/DEPS')
-rw-r--r--webkit/DEPS8
1 files changed, 7 insertions, 1 deletions
diff --git a/webkit/DEPS b/webkit/DEPS
index cc2f1a9..c176155 100644
--- a/webkit/DEPS
+++ b/webkit/DEPS
@@ -2,5 +2,11 @@
skip_child_includes = [
"build",
"pending",
- "port",
+]
+
+include_rules = [
+ # For bridge/c/c_utility.h in npruntime_util.cc
+ "+bridge",
+ # For bindings/npruntime.h in ScriptController.h
+ "+bindings",
]