summaryrefslogtreecommitdiffstats
path: root/webkit/DEPS
diff options
context:
space:
mode:
authorjorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-24 08:51:23 +0000
committerjorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-24 08:51:23 +0000
commit558b90d2b80e3cb85d5bf0feb36716af8b9abb80 (patch)
tree3c4fa498d30135c4f0b4eb7eb325f6a4c1d1449b /webkit/DEPS
parentece6966482dc410c602f2c7086d71cf261305530 (diff)
downloadchromium_src-558b90d2b80e3cb85d5bf0feb36716af8b9abb80.zip
chromium_src-558b90d2b80e3cb85d5bf0feb36716af8b9abb80.tar.gz
chromium_src-558b90d2b80e3cb85d5bf0feb36716af8b9abb80.tar.bz2
Exclude bindings/npruntime.h from the DEPS check. Based on include files, we end up including the version from third_party/npapi/ but it's left ambiguous because we want WebKit to stand alone.
I'm not sure if adding this exception is the right thing, so Darin definitely should review. TBR=darin BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21520 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/DEPS')
-rw-r--r--webkit/DEPS2
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/DEPS b/webkit/DEPS
index 74ee587..15d72fc2 100644
--- a/webkit/DEPS
+++ b/webkit/DEPS
@@ -8,6 +8,8 @@ skip_child_includes = [
]
include_rules = [
+ # Magic to include our version in our build, but the WebKit version otherwise.
+ "+bindings/npruntime.h",
# For bridge/c/c_utility.h in npruntime_util.cc
"+bridge",
"+grit", # For generated headers