From 7c094b94db4da177d8b950f23a1223b9c5346a3e Mon Sep 17 00:00:00 2001
From: "brettw@google.com"
 <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>
Date: Fri, 15 Aug 2008 20:31:55 +0000
Subject: Final changes to make checkdeps happy.

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@958 0039d316-1c4b-4281-b951-d872f2087c98
---
 testing/DEPS     | 2 ++
 webkit/glue/DEPS | 4 ++++
 2 files changed, 6 insertions(+)
 create mode 100644 testing/DEPS

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",
 ]
-- 
cgit v1.1