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

Unified Diff: dart/lib/compiler/implementation/leg.dart

Issue 10579015: Update dart2js to use diagnostic kinds. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 6 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 | « dart/lib/compiler/implementation/dart2js.dart ('k') | dart/lib/compiler/implementation/source_file.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/lib/compiler/implementation/leg.dart
diff --git a/dart/lib/compiler/implementation/leg.dart b/dart/lib/compiler/implementation/leg.dart
index 237bd85aedd2f7e2a7321e603cc01587165ffc44..22586994efc87b3d0567ede7ad88229acbca4b4b 100644
--- a/dart/lib/compiler/implementation/leg.dart
+++ b/dart/lib/compiler/implementation/leg.dart
@@ -6,7 +6,6 @@
#import('dart:uri');
-#import('colors.dart');
#import('dart_backend/dart_backend.dart', prefix: 'dart_backend');
#import('elements/elements.dart');
#import('native_handler.dart', prefix: 'native');
@@ -18,6 +17,7 @@
#import('tree/tree.dart');
#import('util/characters.dart');
#import('util/util.dart');
+#import('../compiler.dart', prefix: 'api');
#source('compile_time_constants.dart');
#source('compiler.dart');
« no previous file with comments | « dart/lib/compiler/implementation/dart2js.dart ('k') | dart/lib/compiler/implementation/source_file.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698