summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-10 00:36:56 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-10 00:36:56 +0000
commit243f783a6057e32b47e7154dbe92d7fad75e195a (patch)
tree6ab76c7ad4e6d952f99034cb01ef4659b58a4180
parent5719891db284b3463975d703523127b44ae4fced (diff)
downloadchromium_src-243f783a6057e32b47e7154dbe92d7fad75e195a.zip
chromium_src-243f783a6057e32b47e7154dbe92d7fad75e195a.tar.gz
chromium_src-243f783a6057e32b47e7154dbe92d7fad75e195a.tar.bz2
Roll gyp 1085:1088
1086: Add more verbose debugging log info 1087: Ninja: separate dependencies for compile steps vs actions/rules/copies -> more parallelism 1088: Add a test for defines with parentheses. Teach ninja to handle this case. BUG=103569 TEST=none TBR=mark Review URL: http://codereview.chromium.org/8511040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109344 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 12b2273..5cd961e 100644
--- a/DEPS
+++ b/DEPS
@@ -92,7 +92,7 @@ deps = {
(Var("googlecode_url") % "grit-i18n") + "/trunk@6",
"src/tools/gyp":
- (Var("googlecode_url") % "gyp") + "/trunk@1085",
+ (Var("googlecode_url") % "gyp") + "/trunk@1088",
"src/v8":
(Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"),