summaryrefslogtreecommitdiffstats
path: root/webkit/DEPS
diff options
context:
space:
mode:
authordarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-15 22:59:08 +0000
committerdarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-15 22:59:08 +0000
commit6fafe97ad420fb554409fc6f2b58fc2d7be944b2 (patch)
treef11b8176fbef347623c49d5481019220192a5568 /webkit/DEPS
parent137be686649791d3aa4467ff16af017ca19c6170 (diff)
downloadchromium_src-6fafe97ad420fb554409fc6f2b58fc2d7be944b2.zip
chromium_src-6fafe97ad420fb554409fc6f2b58fc2d7be944b2.tar.gz
chromium_src-6fafe97ad420fb554409fc6f2b58fc2d7be944b2.tar.bz2
Fix check deps bustage. It is valid to #include "bindings/npruntime.h"
TBR=brettw Review URL: http://codereview.chromium.org/6609 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3435 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/DEPS')
-rw-r--r--webkit/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/DEPS b/webkit/DEPS
index 78a1c8e..93c300c 100644
--- a/webkit/DEPS
+++ b/webkit/DEPS
@@ -2,4 +2,5 @@
skip_child_includes = [
"build",
"pending",
+ "bindings",
]