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

Unified Diff: dart/lib/compiler/implementation/universe/universe.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
« no previous file with comments | « dart/lib/compiler/implementation/types/types.dart ('k') | dart/lib/compiler/samples/leap/leap.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/lib/compiler/implementation/universe/universe.dart
diff --git a/dart/lib/compiler/implementation/universe/universe.dart b/dart/lib/compiler/implementation/universe/universe.dart
index 6d150b811cc681dcd887a8ada6e2b415658f941a..76a9aa5e2982c49da89bf3879022533f019f9641 100644
--- a/dart/lib/compiler/implementation/universe/universe.dart
+++ b/dart/lib/compiler/implementation/universe/universe.dart
@@ -2,19 +2,18 @@
// 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('universe');
-
-#import('../closure.dart');
-#import('../elements/elements.dart');
-#import('../leg.dart');
-#import('../scanner/scannerlib.dart');
-#import('../runtime_types.dart');
-#import('../tree/tree.dart');
-#import('../util/util.dart');
-
-#source('function_set.dart');
-#source('partial_type_tree.dart');
-#source('selector_map.dart');
+library universe;
+
+import '../closure.dart';
+import '../elements/elements.dart';
+import '../dart2jslib.dart';
+import '../runtime_types.dart';
+import '../tree/tree.dart';
+import '../util/util.dart';
+
+part 'function_set.dart';
+part 'partial_type_tree.dart';
+part 'selector_map.dart';
class Universe {
/**
« no previous file with comments | « dart/lib/compiler/implementation/types/types.dart ('k') | dart/lib/compiler/samples/leap/leap.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698