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 /testing | |
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 'testing')
-rw-r--r-- | testing/DEPS | 2 |
1 files changed, 2 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
|