diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-27 02:01:26 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-27 02:01:26 +0000 |
commit | 4713c4d831d3d38b959a9d2672a9097595475765 (patch) | |
tree | c0f1c31693ebacc46bdb56c52085cee3b3adcc9b | |
parent | 397234445ea3915f88a5ae5138847b034c4c9ffc (diff) | |
download | chromium_src-4713c4d831d3d38b959a9d2672a9097595475765.zip chromium_src-4713c4d831d3d38b959a9d2672a9097595475765.tar.gz chromium_src-4713c4d831d3d38b959a9d2672a9097595475765.tar.bz2 |
gyp: r1170 -> r1182
Includes:
make/mac: Alternate fix for chromium:106859
ninja: reduce quoting of -D flags
xcode emulation for make: Adjust .a and .dylib entries in 'libraries'.
Add a test for having a postbuild with multiple configurations.
Test that postbuilds on static libraries work, also for sourceless libraries.
Reject gyp files that use an invalid ('settings') target.
make/mac: Move postbuild code around a bit, some if it into xcode_emulation.
Use test.touch() instead of os.utime() in a test.
mac: Add a test that changing nibs / resources trigger dependent postbuilds.
ninja/mac: Support postbuilds.
ninja/mac: Don't rebuild bundle targets with postbuilds more than once.
ninja/mac: Enable test/mac/gyptest-libraries.py
Review URL: http://codereview.chromium.org/9284038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119336 0039d316-1c4b-4281-b951-d872f2087c98
-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@1170", + (Var("googlecode_url") % "gyp") + "/trunk@1182", "src/v8": (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"), |