Update gyp to 6ee91ad8659871916f9aa840d42e1513befdf638

We have not updated gyp in years, I assume that is because we did not want to default to vs 2013 project files.

We will now start requiring vs 2013 (for boringssl) - so this updates us to TOT.

R=ahe@google.com, iposva@google.com, whesse@google.com
BUG=

Review URL: https://codereview.chromium.org//1254833005 .
This commit is contained in:
Rico Wind 2015-07-30 15:18:54 +02:00
parent e8a19f42af
commit 3487bf8b36

4
DEPS
View file

@ -31,7 +31,7 @@ vars = {
"github_mirror":
"https://chromium.googlesource.com/external/github.com/dart-lang/%s.git",
"gyp_rev": "@1752",
"gyp_rev": "@6ee91ad8659871916f9aa840d42e1513befdf638",
"co19_rev": "@f95f109fea67127a220958794ef5200a63cb454c",
"chromium_url": "http://src.chromium.org/svn",
"chromium_git": "https://chromium.googlesource.com",
@ -122,7 +122,7 @@ vars = {
deps = {
# Stuff needed for GYP to run.
Var("dart_root") + "/third_party/gyp":
(Var("googlecode_url") % "gyp") + "/trunk" + Var("gyp_rev"),
Var('chromium_git') + '/external/gyp.git' + Var("gyp_rev"),
Var("dart_root") + "/tests/co19/src":
(Var("github_mirror") % "co19") + Var("co19_rev"),