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

Unified Diff: sdk/lib/_internal/compiler/implementation/dart_backend/dart_backend.dart

Issue 448943004: Refactor and simplify the dart2dart renamer. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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: sdk/lib/_internal/compiler/implementation/dart_backend/dart_backend.dart
diff --git a/sdk/lib/_internal/compiler/implementation/dart_backend/dart_backend.dart b/sdk/lib/_internal/compiler/implementation/dart_backend/dart_backend.dart
index 7c58bad1713cb17820ac7d90ab85dbcf9d88294d..1ec8d2a30bdfa193094e5ee5e3ef28ec6aa6eb02 100644
--- a/sdk/lib/_internal/compiler/implementation/dart_backend/dart_backend.dart
+++ b/sdk/lib/_internal/compiler/implementation/dart_backend/dart_backend.dart
@@ -5,6 +5,7 @@
library dart_backend;
import 'dart:async' show Future;
+import 'dart:math' show max;
import '../elements/elements.dart';
import '../elements/modelx.dart' show SynthesizedConstructorElementX;
import '../dart2jslib.dart';
@@ -32,6 +33,5 @@ import '../scanner/scannerlib.dart' show StringToken,
IDENTIFIER_INFO;
part 'backend.dart';
-part 'emitter.dart';
part 'renamer.dart';
part 'placeholder_collector.dart';

Powered by Google App Engine
This is Rietveld 408576698