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

Unified Diff: lib/compiler/implementation/tree/tree.dart

Issue 10795064: dart2dart: Introduce Renamer that is used by renaming unparser (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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: lib/compiler/implementation/tree/tree.dart
diff --git a/lib/compiler/implementation/tree/tree.dart b/lib/compiler/implementation/tree/tree.dart
index b0786cc9c4190fc494ddf938aded3874a8fb91f2..86a144cf26ee2a1b746009baac93c06e4ad57ee3 100644
--- a/lib/compiler/implementation/tree/tree.dart
+++ b/lib/compiler/implementation/tree/tree.dart
@@ -11,5 +11,6 @@
#source('dartstring.dart');
#source('nodes.dart');
#source('prettyprint.dart');
+#source('renamer.dart');
#source('unparser.dart');
#source('visitors.dart');

Powered by Google App Engine
This is Rietveld 408576698