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

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

Issue 11184046: Clean up leg.dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebased on CL 11187067 Created 8 years, 2 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/lib/compiler/implementation/native_handler.dart
diff --git a/dart/lib/compiler/implementation/native_handler.dart b/dart/lib/compiler/implementation/native_handler.dart
index daebc144d223eeeedd2c1b608cdecc6d03522d27..0ba42aea08f475ea08ac938302867d44a04d2ed6 100644
--- a/dart/lib/compiler/implementation/native_handler.dart
+++ b/dart/lib/compiler/implementation/native_handler.dart
@@ -2,15 +2,16 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-#library('native');
-#import('dart:uri');
-#import('leg.dart');
-#import('elements/elements.dart');
-#import('js_backend/js_backend.dart');
-#import('scanner/scannerlib.dart');
-#import('ssa/ssa.dart');
-#import('tree/tree.dart');
-#import('util/util.dart');
+library native;
+
+import 'dart:uri';
+import 'dart2jslib.dart' hide SourceString;
+import 'elements/elements.dart';
+import 'js_backend/js_backend.dart';
+import 'scanner/scannerlib.dart';
+import 'ssa/ssa.dart';
+import 'tree/tree.dart';
+import 'util/util.dart';
void processNativeClasses(Enqueuer world,
CodeEmitterTask emitter,
« no previous file with comments | « dart/lib/compiler/implementation/js_backend/js_backend.dart ('k') | dart/lib/compiler/implementation/patch_parser.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698