Commit 603bd618 authored by thakis@chromium.org's avatar thakis@chromium.org

roll gyp 1325:1330

1326: ninja windows: fix wrappers not outputting with newlines
1327: Support for freebsd 9
1328: mac make/ninja: Add limited support for OTHER_CPLUSPLUSFLAGS.
1329, 1330: Temporarily accept strings as OTHER_CPLUSPLUSFLAGS

BUG=none
TEST=none
TBR=scottmg

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132464 0039d316-1c4b-4281-b951-d872f2087c98
parent a52b80b7
...@@ -121,7 +121,7 @@ deps = { ...@@ -121,7 +121,7 @@ deps = {
(Var("googlecode_url") % "grit-i18n") + "/trunk@34", (Var("googlecode_url") % "grit-i18n") + "/trunk@34",
"src/tools/gyp": "src/tools/gyp":
(Var("googlecode_url") % "gyp") + "/trunk@1325", (Var("googlecode_url") % "gyp") + "/trunk@1330",
"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