Commit 8588582c authored by mnissler@chromium.org's avatar mnissler@chromium.org

Revert r149792 - "Roll GYP to 1451. Changes:"

Breakage on Win Builder 2008:

7>------ Build started: Project: chrome_tab_idl, Configuration: Debug Win32 ------
7>Creating Type Library...
7>midl : command line warning MIDL1009 : unknown argument ignored ".\chrome_tab.idl"
7>GrGLConfig_chrome.h""
7>Processing GrGLConfig_chrome.h\""
7>c1 : fatalerror C1083: Cannot open source file: 'GrGLConfig_chrome.h""': Invalid argument
7>midl : command line error MIDL1003 : error returned by the C preprocessor (2)

BUG=chromium:140324
TBR=alexeypa@chromium.org

Review URL: https://chromiumcodereview.appspot.com/10837138

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150321 0039d316-1c4b-4281-b951-d872f2087c98
parent 307b67f1
...@@ -100,7 +100,7 @@ deps = { ...@@ -100,7 +100,7 @@ deps = {
(Var("googlecode_url") % "grit-i18n") + "/trunk@67", (Var("googlecode_url") % "grit-i18n") + "/trunk@67",
"src/tools/gyp": "src/tools/gyp":
(Var("googlecode_url") % "gyp") + "/trunk@1451", (Var("googlecode_url") % "gyp") + "/trunk@1446",
"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