summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authormpcomplete@google.com <mpcomplete@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-23 20:32:11 +0000
committermpcomplete@google.com <mpcomplete@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-23 20:32:11 +0000
commit89ce0d09ef9f8c021a9ce441b1ffdf442d203d35 (patch)
tree6f6aa48c419c7f72cef9ded30da6efc9c7674717 /DEPS
parent88d9181329421fac61c5ac5093af5c06b7c7a906 (diff)
downloadchromium_src-89ce0d09ef9f8c021a9ce441b1ffdf442d203d35.zip
chromium_src-89ce0d09ef9f8c021a9ce441b1ffdf442d203d35.tar.gz
chromium_src-89ce0d09ef9f8c021a9ce441b1ffdf442d203d35.tar.bz2
Fix build bustage due to gears build not having an include rule. I'm just
skipping the include rules for "gears" for now. TBR=brettw Review URL: http://codereview.chromium.org/8118 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3851 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index 0c479c8..1b111de 100644
--- a/DEPS
+++ b/DEPS
@@ -52,6 +52,7 @@ include_rules = [
# checkdeps.py shouldn't check include paths for files in these dirs:
skip_child_includes = [
"breakpad",
+ "gears",
"sdch",
"skia",
"testing",