diff options
author | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-26 01:11:48 +0000 |
---|---|---|
committer | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-26 01:11:48 +0000 |
commit | f3bb0346579cd4eb431c45e43041e139876015e8 (patch) | |
tree | ecae563260fc0bd9a496b990ad1ae7348af8189e /testing | |
parent | 79bfac5b22789e0a41ba23f6f5935cecff3602d9 (diff) | |
download | chromium_src-f3bb0346579cd4eb431c45e43041e139876015e8.zip chromium_src-f3bb0346579cd4eb431c45e43041e139876015e8.tar.gz chromium_src-f3bb0346579cd4eb431c45e43041e139876015e8.tar.bz2 |
Move subdirectory skipping from being in the DEPS file of the directory to skip and instead have in in the parent. This allows us to pull third-party sources or external repositories and not have to make them add a DEPS file for our deps checker.
BUG=1342686
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1358 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'testing')
-rw-r--r-- | testing/DEPS | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testing/DEPS b/testing/DEPS deleted file mode 100644 index af64546..0000000 --- a/testing/DEPS +++ /dev/null @@ -1,2 +0,0 @@ -# Prevent the include rule checker from checking gtest. -skip_subtree_includes = True |