diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-24 19:05:08 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-24 19:05:08 +0000 |
commit | 4281a4ead466cd4147397b9832c62a727835896d (patch) | |
tree | 86e4a28fb51e50ba415ad1821b37367f59730b51 /DEPS | |
parent | f60c623902ad909ec6fdfb9241d6824cfa9bc451 (diff) | |
download | chromium_src-4281a4ead466cd4147397b9832c62a727835896d.zip chromium_src-4281a4ead466cd4147397b9832c62a727835896d.tar.gz chromium_src-4281a4ead466cd4147397b9832c62a727835896d.tar.bz2 |
roll gyp 1473:1479
1474: Emacs mode for gyp: font-lock edition.
1475: Tidy up default toolset for msbuild-based builds.
1476: add -Gstandalone flag
1477: Enable pretty xml generation.
1478: msvs: Ensure trailing slash on IntermediateDir and OutputDir.
1479: mac ninja&make: Pass OTHER_LDFLAGS to libtool for static libraries.
Also don't pass -faddress-sanitizer to libtool.
BUG=113085
Review URL: https://chromiumcodereview.appspot.com/10876059
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153250 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,7 @@ deps = { (Var("googlecode_url") % "grit-i18n") + "/trunk@67", "src/tools/gyp": - (Var("googlecode_url") % "gyp") + "/trunk@1473", + (Var("googlecode_url") % "gyp") + "/trunk@1479", "src/v8": (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"), |