summaryrefslogtreecommitdiffstats
path: root/webkit
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 /webkit
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 'webkit')
-rw-r--r--webkit/DEPS4
-rw-r--r--webkit/build/JavaScriptCore/DEPS2
2 files changed, 4 insertions, 2 deletions
diff --git a/webkit/DEPS b/webkit/DEPS
new file mode 100644
index 0000000..ffded95
--- /dev/null
+++ b/webkit/DEPS
@@ -0,0 +1,4 @@
+# checkdeps.py shouldn't check include paths for files in these dirs:
+skip_child_includes = [
+ "build",
+]
diff --git a/webkit/build/JavaScriptCore/DEPS b/webkit/build/JavaScriptCore/DEPS
deleted file mode 100644
index b732c5f..0000000
--- a/webkit/build/JavaScriptCore/DEPS
+++ /dev/null
@@ -1,2 +0,0 @@
-# Don't check the includes here, since we include various WebKit things.
-skip_subtree_includes = True