Commit 8b801ff7 authored by thakis@chromium.org's avatar thakis@chromium.org

Roll gyp 1050:1051.

1051: make: Fix regression where bundle targets without postbuilds called postbuilds
of a different target.

BUG=none
TEST=`make chrome` on groby's mbp works again
TBR=mark

Review URL: http://codereview.chromium.org/7977040

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102231 0039d316-1c4b-4281-b951-d872f2087c98
parent 4c4332ec
...@@ -95,7 +95,7 @@ deps = { ...@@ -95,7 +95,7 @@ deps = {
(Var("googlecode_url") % "snappy") + "/trunk@37", (Var("googlecode_url") % "snappy") + "/trunk@37",
"src/tools/gyp": "src/tools/gyp":
(Var("googlecode_url") % "gyp") + "/trunk@1050", (Var("googlecode_url") % "gyp") + "/trunk@1051",
"src/v8": "src/v8":
(Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"), (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment