Skip to content

Commit

Permalink
roll gyp 1046:1050
Browse files Browse the repository at this point in the history
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
  • Loading branch information
thakis@chromium.org committed Sep 20, 2011
1 parent 478c273 commit a462217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit a462217

Please sign in to comment.