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

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

Issue 11184046: Clean up leg.dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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/closure.dart
diff --git a/dart/lib/compiler/implementation/closure.dart b/dart/lib/compiler/implementation/closure.dart
index 5b2bbd11832c4b6c8371d253b4c00ece4b001f39..090a8e9c5b304645014e2ee05fdd8ddd2f8148f9 100644
--- a/dart/lib/compiler/implementation/closure.dart
+++ b/dart/lib/compiler/implementation/closure.dart
@@ -2,13 +2,12 @@
// 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("closureToClassMapper");
+library closureToClassMapper;
-#import("elements/elements.dart");
-#import("leg.dart");
-#import("scanner/scannerlib.dart");
-#import("tree/tree.dart");
-#import("util/util.dart");
+import "elements/elements.dart";
+import "dart2jslib.dart";
+import "tree/tree.dart";
+import "util/util.dart";
class ClosureTask extends CompilerTask {
Map<Node, ClosureClassMap> closureMappingCache;

Powered by Google App Engine
This is Rietveld 408576698