summaryrefslogtreecommitdiffstats
path: root/net/DEPS
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-17 01:16:48 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-17 01:16:48 +0000
commit3bae725a2f5464adf7a19277e3b5a9de95e5b13c (patch)
tree6e71f2780de47b36b8cf94ca0316a993f40330e2 /net/DEPS
parentd3f76abb4f2cc8a8096f94a101cbb53e5cd849f9 (diff)
downloadchromium_src-3bae725a2f5464adf7a19277e3b5a9de95e5b13c.zip
chromium_src-3bae725a2f5464adf7a19277e3b5a9de95e5b13c.tar.gz
chromium_src-3bae725a2f5464adf7a19277e3b5a9de95e5b13c.tar.bz2
Build fix: don't check deps in net/third_party.
This mirrors the entry for the top-level third_party. Over the shoulder review by tc. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32138 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/DEPS')
-rw-r--r--net/DEPS4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/DEPS b/net/DEPS
index 81e5eb3..1fdb987 100644
--- a/net/DEPS
+++ b/net/DEPS
@@ -4,3 +4,7 @@ include_rules = [
"+third_party/zlib",
"+sdch/open_vcdiff",
]
+
+skip_child_includes = [
+ "third_party",
+]