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

Unified Diff: dart.gyp

Issue 10091038: 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, 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
« 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 40686fbedf843db7177f34ac35618ad1005175d1..b825a8288f328e6887527bfe4c42874a051cf3c8 100644
--- a/dart.gyp
+++ b/dart.gyp
@@ -12,7 +12,7 @@
'target_name': 'compiler',
'type': 'none',
'dependencies': [
- 'compiler/dart-compiler.gyp:dart_analyzer',
+ 'compiler/dart-compiler.gyp:dartc',
],
'actions': []
},
@@ -30,7 +30,6 @@
'type': 'none',
'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