diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-20 22:28:45 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-20 22:28:45 +0000 |
commit | a4622171ca8edf1272dd8ef18b2c66157f16fd05 (patch) | |
tree | c05c818ea6b4843d0b8fa6cafb5a24f2bb91e5fe | |
parent | 478c273b7123267cb5ee603d792909e4b7e166d2 (diff) | |
download | chromium_src-a4622171ca8edf1272dd8ef18b2c66157f16fd05.zip chromium_src-a4622171ca8edf1272dd8ef18b2c66157f16fd05.tar.gz chromium_src-a4622171ca8edf1272dd8ef18b2c66157f16fd05.tar.bz2 |
roll gyp 1046:1050
1047: make: Implement most stripping support.
1048: Change warning message text to say "Warning:" instead of "Error:".
1049: make: Let failing postbuilds mark the build as dirty.
1050: make: Add support for dwarf-with-dsym debug information.
BUG=none
TEST=none
TBR=mark
Review URL: http://codereview.chromium.org/7983016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102043 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -95,7 +95,7 @@ deps = { (Var("googlecode_url") % "snappy") + "/trunk@37", "src/tools/gyp": - (Var("googlecode_url") % "gyp") + "/trunk@1046", + (Var("googlecode_url") % "gyp") + "/trunk@1050", "src/v8": (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"), |