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

Unified Diff: dart.gyp

Issue 9950043: Revert "Renamed the 'dartc' launch script to 'dart_analyzer' and adds it to dart-sdk" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
« no previous file with comments | « compiler/scripts/generate_my_projects.py ('k') | tools/create_sdk.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart.gyp
diff --git a/dart.gyp b/dart.gyp
index 24e924b4abf684b15ff7859753124e02b32d439f..6bf020eda476f8dcf1dd01cadc22b2d499b91af5 100644
--- a/dart.gyp
+++ b/dart.gyp
@@ -13,7 +13,7 @@
'target_name': 'compiler',
'type': 'none',
'dependencies': [
- 'compiler/dart-compiler.gyp:dart_analyzer',
+ 'compiler/dart-compiler.gyp:dartc',
],
'actions': []
},
@@ -36,7 +36,6 @@
],
'dependencies': [
'runtime',
- 'compiler',
],
'actions': [
{
« no previous file with comments | « compiler/scripts/generate_my_projects.py ('k') | tools/create_sdk.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698