diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-07 04:32:49 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-07 04:32:49 +0000 |
commit | f64405abbde452249b0006804e4bfec2fdd4b0dc (patch) | |
tree | 9c8d9ecf9d42d9461da9a6d25b5d26b22e7e1b41 | |
parent | 00b2543ef8d73319d44ad2f3b21fc2599157b14a (diff) | |
download | chromium_src-f64405abbde452249b0006804e4bfec2fdd4b0dc.zip chromium_src-f64405abbde452249b0006804e4bfec2fdd4b0dc.tar.gz chromium_src-f64405abbde452249b0006804e4bfec2fdd4b0dc.tar.bz2 |
roll gyp 1309:1316
1310: ninja windows: support vs macro expansion in rules
1311: ninja windows: env refactor fixes
1312: ninja windows: add support for $(ProjectName) macro
1313: ninja and make/mac: Fix postbuild paths. (Somewhat invasive)
1314: ninja windows: improve support for override of OutputFile
1315: Fix red bots. It's /bin/bash, not /usr/bin/bash.
1316: mac make and ninja: Keep CHROMIUM_STRIP_SAVE_FILE gyp-relative.
BUG=118873
TEST=official chrome builds build with ninja
TBR=scottmg
Review URL: http://codereview.chromium.org/10017001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131249 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -119,7 +119,7 @@ deps = { (Var("googlecode_url") % "grit-i18n") + "/trunk@23", "src/tools/gyp": - (Var("googlecode_url") % "gyp") + "/trunk@1309", + (Var("googlecode_url") % "gyp") + "/trunk@1316", "src/v8": (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"), |