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

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: Updated Created 8 years, 9 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 2adf963c1967a9d1f9b089068939ba8c83eca4bd..54ba1352f7a4b83b9804883d08bf845b7a4f6dac 100644
--- a/dart.gyp
+++ b/dart.gyp
@@ -13,7 +13,7 @@
'target_name': 'compiler',
'type': 'none',
'dependencies': [
- 'compiler/dart-compiler.gyp:dartc',
+ 'compiler/dart-compiler.gyp:dart-analysis',
],
'actions': []
},
@@ -36,6 +36,7 @@
],
'dependencies': [
'runtime',
+ 'compiler',
],
'actions': [
{

Powered by Google App Engine
This is Rietveld 408576698