From 218315f502df05b7201ea2df4f24f76870a0a2fb Mon Sep 17 00:00:00 2001 From: "jorlow@chromium.org" Date: Sat, 25 Jul 2009 14:54:29 +0000 Subject: 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 --- webkit/DEPS | 2 -- 1 file changed, 2 deletions(-) (limited to 'webkit/DEPS') 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 -- cgit v1.1