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

Unified Diff: dart.gyp

Issue 9702034: Removes dartc reliance on its own libraries, now can be targeted at any implementation's libraries (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
Index: dart.gyp
diff --git a/dart.gyp b/dart.gyp
index 844514bc5583edca4afe561cb6ab65fb3e27789a..5dd6e117a15be6a23ddc285a465a66e7ce5e6e60 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:darta',
],
'actions': []
},
@@ -50,6 +50,7 @@
],
'dependencies': [
'runtime',
+ 'compiler'
],
'actions': [
{

Powered by Google App Engine
This is Rietveld 408576698