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

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: junit tests fixed 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/dartc_wrapper.py ('k') | lib/isolate/isolate_runtime.dart » ('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 2e9b1c561dc6bcb4c7f33a6ba12568538086aed1..3846793e02df5aca2d6c292b38670d0e0b38fd87 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': []
},
@@ -36,6 +36,7 @@
],
'dependencies': [
'runtime',
+ 'compiler'
],
'actions': [
{
« no previous file with comments | « compiler/scripts/dartc_wrapper.py ('k') | lib/isolate/isolate_runtime.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698