diff options
author | jorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-25 14:54:29 +0000 |
---|---|---|
committer | jorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-25 14:54:29 +0000 |
commit | 218315f502df05b7201ea2df4f24f76870a0a2fb (patch) | |
tree | 19ce617381ae63f8eab710ce0414f788fd897653 /webkit/DEPS | |
parent | 566ec8d208e7ed30ffe954f6fa4b7bb9ec2df856 (diff) | |
download | chromium_src-218315f502df05b7201ea2df4f24f76870a0a2fb.zip chromium_src-218315f502df05b7201ea2df4f24f76870a0a2fb.tar.gz chromium_src-218315f502df05b7201ea2df4f24f76870a0a2fb.tar.bz2 |
npruntime_util.h in webkit/glue should use the absolute path to npruntime.h
rather than the "bindings/npruntime.h" that we must use in the WebKit API code.
Change this back and revert the DEPS file change that allowed it to happen.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/160140
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21617 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/DEPS')
-rw-r--r-- | webkit/DEPS | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/webkit/DEPS b/webkit/DEPS index 15d72fc2..74ee587 100644 --- a/webkit/DEPS +++ b/webkit/DEPS @@ -8,8 +8,6 @@ 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 |