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

Unified Diff: dart/lib/compiler/implementation/ssa/tracer.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/ssa/tracer.dart
diff --git a/dart/lib/compiler/implementation/ssa/tracer.dart b/dart/lib/compiler/implementation/ssa/tracer.dart
index 8b9e88a35b9c9a58423c387eaeb407903cb10f28..4b3520df234b2b27e55f4eb479c29ce12accd25d 100644
--- a/dart/lib/compiler/implementation/ssa/tracer.dart
+++ b/dart/lib/compiler/implementation/ssa/tracer.dart
@@ -2,12 +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('tracer');
+library tracer;
-#import('dart:io');
-#import('ssa.dart');
-#import('../js_backend/js_backend.dart');
-#import('../leg.dart');
+import 'dart:io';
+import 'ssa.dart';
+import '../js_backend/js_backend.dart';
+import '../dart2jslib.dart';
const bool GENERATE_SSA_TRACE = false;
const String SSA_TRACE_FILTER = null;
« no previous file with comments | « dart/lib/compiler/implementation/ssa/ssa.dart ('k') | dart/lib/compiler/implementation/string_validator.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698