Commit 5d2c2c1c authored by newt@chromium.org's avatar newt@chromium.org

Roll DEPS for gyp r1463:r1469.

r1464: Use flock-style lock on Windows to limit number of concurrent links
r1465: Fix usage of shlex in unit tests on windows.
r1466: Fixes an issue where OutputDirectory and IntermediateDirectory were
       being incorrectly generated without a trailing slash on MSVS 2008.
r1467: This makes it easier to test combinations of msvs version without having
       to muck with environment variables
r1468: Fix the Android Eclipse CDT generator.
r1469: Prepend 'call' to all non-cygwin commands to prevent incredibuild from
       aborting the scripts early.

NOTRY=true

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

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