diff options
author | jorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-24 08:51:23 +0000 |
---|---|---|
committer | jorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-24 08:51:23 +0000 |
commit | 558b90d2b80e3cb85d5bf0feb36716af8b9abb80 (patch) | |
tree | 3c4fa498d30135c4f0b4eb7eb325f6a4c1d1449b /webkit/DEPS | |
parent | ece6966482dc410c602f2c7086d71cf261305530 (diff) | |
download | chromium_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/DEPS | 2 |
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 |