summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-15 20:31:55 +0000
committerbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-15 20:31:55 +0000
commit7c094b94db4da177d8b950f23a1223b9c5346a3e (patch)
tree1aabaf5c07b87818a700fbc31420b1468a31c086
parent9a2051dfb8a1b02f0ae06bd03c94f8d7945db669 (diff)
downloadchromium_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
-rw-r--r--testing/DEPS2
-rw-r--r--webkit/glue/DEPS4
2 files changed, 6 insertions, 0 deletions
diff --git a/testing/DEPS b/testing/DEPS
new file mode 100644
index 0000000..0338d3e
--- /dev/null
+++ b/testing/DEPS
@@ -0,0 +1,2 @@
+# Prevent the include rule checker from checking gtest.
+skip_subtree_includes = True
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",
]