summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-26 01:11:48 +0000
committerbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-26 01:11:48 +0000
commitf3bb0346579cd4eb431c45e43041e139876015e8 (patch)
treeecae563260fc0bd9a496b990ad1ae7348af8189e /DEPS
parent79bfac5b22789e0a41ba23f6f5935cecff3602d9 (diff)
downloadchromium_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 'DEPS')
-rw-r--r--DEPS10
1 files changed, 10 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index bbefff9..d72ceb1 100644
--- a/DEPS
+++ b/DEPS
@@ -30,3 +30,13 @@ include_rules = [
# this should probably change.
"+unicode"
]
+
+# checkdeps.py shouldn't check include paths for files in these dirs:
+skip_child_includes = [
+ "breakpad",
+ "sdch",
+ "skia",
+ "testing",
+ "third_party",
+ "v8",
+]