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

Unified Diff: dart/lib/compiler/implementation/runtime_types.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/runtime_types.dart
diff --git a/dart/lib/compiler/implementation/runtime_types.dart b/dart/lib/compiler/implementation/runtime_types.dart
index 9f51ec43a626fe29ef77d80c6ef47842db86d770..e1a51e6f22bc19d67b8c8c9c5327ec223bf90999 100644
--- a/dart/lib/compiler/implementation/runtime_types.dart
+++ b/dart/lib/compiler/implementation/runtime_types.dart
@@ -2,13 +2,13 @@
// 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('runtime_types');
+library runtime_types;
-#import('leg.dart');
-#import('elements/elements.dart');
-#import('tree/tree.dart');
-#import('universe/universe.dart');
-#import('util/util.dart');
+import 'dart2jslib.dart';
+import 'elements/elements.dart';
+import 'tree/tree.dart';
+import 'universe/universe.dart';
+import 'util/util.dart';
class RuntimeTypeInformation {
/**
« no previous file with comments | « dart/lib/compiler/implementation/resolution/resolution.dart ('k') | dart/lib/compiler/implementation/scanner/scannerlib.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698