From 558b90d2b80e3cb85d5bf0feb36716af8b9abb80 Mon Sep 17 00:00:00 2001 From: "jorlow@chromium.org" Date: Fri, 24 Jul 2009 08:51:23 +0000 Subject: 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 --- webkit/DEPS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'webkit/DEPS') 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 -- cgit v1.1