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 /breakpad | |
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 'breakpad')
-rw-r--r-- | breakpad/DEPS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/breakpad/DEPS b/breakpad/DEPS deleted file mode 100644 index ad8101f..0000000 --- a/breakpad/DEPS +++ /dev/null @@ -1 +0,0 @@ -skip_subtree_includes = True |