Skip to content
Snippets Groups Projects
Commit 15f49af6 authored by mmoss@google.com's avatar mmoss@google.com
Browse files

Temporarily rollback gyp changes for Windows only. Trying to track down regression.

BUG=39100

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42397 0039d316-1c4b-4281-b951-d872f2087c98
parent 78e6ca3e
No related branches found
No related tags found
No related merge requests found
......@@ -37,9 +37,6 @@ deps = {
"src/third_party/protobuf2/src":
"http://protobuf.googlecode.com/svn/trunk@305",
"src/tools/gyp":
"http://gyp.googlecode.com/svn/trunk@800",
"src/v8":
"http://v8.googlecode.com/svn/trunk@4209",
......@@ -145,6 +142,9 @@ deps_os = {
("http://nativeclient.googlecode.com/svn/trunk/src/third_party/mingw-w64/mingw/bin@" +
Var("nacl_revision")),
"src/tools/gyp":
"http://gyp.googlecode.com/svn/trunk@794",
},
"mac": {
"src/chrome/tools/test/reference_build/chrome_mac":
......@@ -171,6 +171,9 @@ deps_os = {
"src/third_party/swig/mac":
"/trunk/deps/third_party/swig/mac@" + Var("swig_revision"),
"src/tools/gyp":
"http://gyp.googlecode.com/svn/trunk@800",
},
"unix": {
# Linux, really.
......@@ -189,6 +192,9 @@ deps_os = {
"src/third_party/swig/linux":
"/trunk/deps/third_party/swig/linux@" + Var("swig_revision"),
"src/tools/gyp":
"http://gyp.googlecode.com/svn/trunk@800",
},
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment