summaryrefslogtreecommitdiffstats
path: root/tools/DEPS
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-10 00:51:27 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-10 00:51:27 +0000
commit294ae77931f75027eed0ef7dd9a29fd727adc7de (patch)
tree25f1c81c4469dac72092878d9bb8a8dc8b830374 /tools/DEPS
parent86a3c918e5cad172a813593a7b4010b19aa44980 (diff)
downloadchromium_src-294ae77931f75027eed0ef7dd9a29fd727adc7de.zip
chromium_src-294ae77931f75027eed0ef7dd9a29fd727adc7de.tar.gz
chromium_src-294ae77931f75027eed0ef7dd9a29fd727adc7de.tar.bz2
Fix build: check_deps shouldn't check stuff below tools/gyp.
BUG=none TEST=none Review URL: http://codereview.chromium.org/8510037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109350 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/DEPS')
-rw-r--r--tools/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/DEPS b/tools/DEPS
index ac59a17..dc04e3d 100644
--- a/tools/DEPS
+++ b/tools/DEPS
@@ -1,5 +1,6 @@
# checkdeps.py shouldn't check include paths for files in these dirs:
skip_child_includes = [
"clang",
+ "gyp",
"traceline",
]