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

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

Issue 21339002: Rename MirrorSystem.getName calls in dart2dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed comments and added tests. Created 7 years, 5 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/mirror_renamer/mirror_renamer.dart
diff --git a/pkg/analyzer_experimental/lib/src/services/formatter.dart b/sdk/lib/_internal/compiler/implementation/mirror_renamer/mirror_renamer.dart
similarity index 50%
copy from pkg/analyzer_experimental/lib/src/services/formatter.dart
copy to sdk/lib/_internal/compiler/implementation/mirror_renamer/mirror_renamer.dart
index 51141ddbb09d0d691303c4c2be82894107896dfb..d327b016a8dbdbb4eb01e2ecc10cbba95efb1075 100644
--- a/pkg/analyzer_experimental/lib/src/services/formatter.dart
+++ b/sdk/lib/_internal/compiler/implementation/mirror_renamer/mirror_renamer.dart
@@ -2,9 +2,11 @@
// 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 formatter;
+library mirror_renamer;
-import 'package:analyzer_experimental/src/services/formatter_impl.dart';
+import '../elements/modelx.dart' show LibraryElementX;
ahe 2013/08/06 15:53:36 Add TODO to remove this.
zarah 2013/08/08 12:17:10 Done.
+import '../dart2jslib.dart' show Script, Compiler;
+import '../tree/tree.dart';
+import '../elements/elements.dart';
-//export 'package:analyzer_experimental/src/services/formatter_impl.dart'
-// show CodeFormatter;
+part 'renamer.dart';

Powered by Google App Engine
This is Rietveld 408576698