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

Unified Diff: dart/tools/gyp_dart.py

Issue 26678005: - Roll gyp dependency forward to latest revision. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 7 years, 2 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
« no previous file with comments | « no previous file | deps/all.deps/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tools/gyp_dart.py
===================================================================
--- dart/tools/gyp_dart.py (revision 28427)
+++ dart/tools/gyp_dart.py (working copy)
@@ -18,8 +18,8 @@
return process.returncode
def main():
- args = ['python', 'dart/third_party/gyp/gyp', '--depth=dart',
- '-Idart/tools/gyp/all.gypi', 'dart/dart.gyp']
+ args = ['python', 'dart/third_party/gyp/gyp_main.py',
+ '--depth=dart', '-Idart/tools/gyp/all.gypi', 'dart/dart.gyp']
if sys.platform == 'win32':
# Generate Visual Studio 2010 compatible files by default.
« no previous file with comments | « no previous file | deps/all.deps/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698