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

Unified Diff: dart.gyp

Issue 9950019: Renamed the 'dartc' launch script to 'dart-analysis' and adds it to dart-sdk (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Merged up to tip of trunk, incorporated scheglov's feedback Created 8 years, 8 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: dart.gyp
diff --git a/dart.gyp b/dart.gyp
index 6bf020eda476f8dcf1dd01cadc22b2d499b91af5..24e924b4abf684b15ff7859753124e02b32d439f 100644
--- a/dart.gyp
+++ b/dart.gyp
@@ -13,7 +13,7 @@
'target_name': 'compiler',
scheglov 2012/04/11 19:51:59 Still something about "compiler"? Is this dart2js
zundel 2012/04/17 10:00:41 This target might be invoked from a script outside
'type': 'none',
'dependencies': [
- 'compiler/dart-compiler.gyp:dartc',
+ 'compiler/dart-compiler.gyp:dart_analyzer',
],
'actions': []
},
@@ -36,6 +36,7 @@
],
'dependencies': [
'runtime',
+ 'compiler',
],
'actions': [
{

Powered by Google App Engine
This is Rietveld 408576698