diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-10 00:36:56 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-10 00:36:56 +0000 |
commit | 243f783a6057e32b47e7154dbe92d7fad75e195a (patch) | |
tree | 6ab76c7ad4e6d952f99034cb01ef4659b58a4180 | |
parent | 5719891db284b3463975d703523127b44ae4fced (diff) | |
download | chromium_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-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"), |