Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2364)

Unified Diff: bleeding_edge/deps/all.deps/DEPS

Issue 10836101: Update gyp, keep VS 2008 default for Windows builds. (Closed) Base URL: http://dart.googlecode.com/svn/branches/
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: bleeding_edge/deps/all.deps/DEPS
===================================================================
--- bleeding_edge/deps/all.deps/DEPS (revision 10270)
+++ bleeding_edge/deps/all.deps/DEPS (working copy)
@@ -3,7 +3,7 @@
# BSD-style license that can be found in the LICENSE file.
vars = {
- "gyp_rev": "@937",
+ "gyp_rev": "@1451",
"co19_rev": "@290",
"co19_repo": "http://co19.googlecode.com/svn/trunk/co19/",
"chromium_url": "http://src.chromium.org/svn",
@@ -51,8 +51,8 @@
"action": ["python", "dart/tools/generate_projects.py", "language"],
},
{
+ # A change to a .gyp, .gypi, or to GYP itself should run the generator.
"pattern": ".",
- "action": ["python", "dart/third_party/gyp/gyp", "--depth=dart",
- "-Idart/tools/gyp/all.gypi", "dart/dart.gyp"],
- },
+ "action": ["python", "dart/tools/gyp_dart.py"],
+ }
]
« bleeding_edge/dart/tools/gyp_dart.py ('K') | « bleeding_edge/dart/tools/gyp_dart.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698