diff options
author | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-15 20:31:55 +0000 |
---|---|---|
committer | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-15 20:31:55 +0000 |
commit | 7c094b94db4da177d8b950f23a1223b9c5346a3e (patch) | |
tree | 1aabaf5c07b87818a700fbc31420b1468a31c086 /webkit/glue/DEPS | |
parent | 9a2051dfb8a1b02f0ae06bd03c94f8d7945db669 (diff) | |
download | chromium_src-7c094b94db4da177d8b950f23a1223b9c5346a3e.zip chromium_src-7c094b94db4da177d8b950f23a1223b9c5346a3e.tar.gz chromium_src-7c094b94db4da177d8b950f23a1223b9c5346a3e.tar.bz2 |
Final changes to make checkdeps happy.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@958 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/DEPS')
-rw-r--r-- | webkit/glue/DEPS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webkit/glue/DEPS b/webkit/glue/DEPS index 2a9131d..e4af456 100644 --- a/webkit/glue/DEPS +++ b/webkit/glue/DEPS @@ -1,3 +1,7 @@ include_rules = [
"+webkit/tools/test_shell", # Needed for test shell tests.
+
+ # This is not actually a directory, but npruntime_util.cc includes a file
+ # from WebKit starting with this path in JSCore mode.
+ "+bindings/c",
]
|