diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-05 20:40:35 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-05 20:40:35 +0000 |
commit | 3aa7646ca9dfd8c2577ab1cc68b6f4a396290566 (patch) | |
tree | 0694370fc02954a2595e3a6ffbfbc629e3824bfa /DEPS | |
parent | a517d9db812793bb9788872a04e3a23b2de8655f (diff) | |
download | chromium_src-3aa7646ca9dfd8c2577ab1cc68b6f4a396290566.zip chromium_src-3aa7646ca9dfd8c2577ab1cc68b6f4a396290566.tar.gz chromium_src-3aa7646ca9dfd8c2577ab1cc68b6f4a396290566.tar.bz2 |
roll gyp 1293:1309
1294: ninja windows: support .def files for exports (also exe for msvs)
1295: ninja windows: support running actions under cygwin shell
1296: ninja windows: add support and test for linker OutputFile setting
1297: ninja windows: filter out /MP option
1298: ninja windows: make include handling more link library handling (noop)
1299: ninja windows: suppress 'Creating library...' output
1300: ninja windows: simpler link-wrapper code
1301: ninja windows: make pdb named per target by default
1302: revert r1300 (returncode incorrect for link-wrapper)
1303: ninja windows: fix pdb name fom r1301
1304: Regression tests for Info.plists with LD_DYLIB_INSTALL_NAME.
1305: ninja/mac: Don't export the environment twice to postbuilds.
1306: Export LD_DYLIB_INSTALL_NAME etc to postbuilds.
1307: Fixes red gypbot at r1297. (winja test-only)
1308: ninja windows: Support magic idl build rules
1309: ninja windows: refactor libpath extraction
BUG=113918
TEST=none
TBR=scottmg
Review URL: https://chromiumcodereview.appspot.com/10005016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131005 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-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@1293", + (Var("googlecode_url") % "gyp") + "/trunk@1309", "src/v8": (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"), |