diff options
author | kerz@chromium.org <kerz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-06 22:34:32 +0000 |
---|---|---|
committer | kerz@chromium.org <kerz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-06 22:34:32 +0000 |
commit | b932fd69744fdd2b83b4564daae0f2ed8b37e0d8 (patch) | |
tree | beb8f5423d8c06369eb0fdce1bbda958dfc479dd /DEPS | |
parent | 4f54f150d14c4d5778fad0656a4694bf75de60fb (diff) | |
download | chromium_src-b932fd69744fdd2b83b4564daae0f2ed8b37e0d8.zip chromium_src-b932fd69744fdd2b83b4564daae0f2ed8b37e0d8.tar.gz chromium_src-b932fd69744fdd2b83b4564daae0f2ed8b37e0d8.tar.bz2 |
Revert 116665 - roll gyp 1127:1131
This broke two mac perf bots - http://build.chromium.org/p/chromium.perf/builders/Mac10.5%20Perf%281%29/builds/12995
1128: test/restat/gyptest-restat.py passes with xcode, so enable it there too.
1129: ninja/mac: Copy gyp-mac-tool into out/Debug.
1130: ninja/mac: Bundle support, part 1: Add support for mac_bundle_resources.
1131: ninja/mac: Bundle support, part 2: Add support for Info.plist files.
BUG=96894
TEST=make build on mac still works, ninja build still doesn't
TBR=mark
Review URL: http://codereview.chromium.org/9113018
TBR=thakis@chromium.org
Review URL: http://codereview.chromium.org/9122014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116754 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ deps = { (Var("googlecode_url") % "grit-i18n") + "/trunk@9", "src/tools/gyp": - (Var("googlecode_url") % "gyp") + "/trunk@1131", + (Var("googlecode_url") % "gyp") + "/trunk@1127", "src/v8": (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"), |