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

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

Issue 10915104: Move namer into javascript backend. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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/js_backend/js_backend.dart
diff --git a/lib/compiler/implementation/js_backend/js_backend.dart b/lib/compiler/implementation/js_backend/js_backend.dart
index 96ba82f23afff685f72389fa7c74cbb5856324ec..d8ba63f03d3ffebf939bdcd21f7acbff8abc89a6 100644
--- a/lib/compiler/implementation/js_backend/js_backend.dart
+++ b/lib/compiler/implementation/js_backend/js_backend.dart
@@ -20,6 +20,7 @@
#source('constant_system_javascript.dart');
#source('emitter.dart');
#source('function_set.dart');
+#source('namer.dart');
#source('native_emitter.dart');
#source('partial_type_tree.dart');
#source('selector_map.dart');

Powered by Google App Engine
This is Rietveld 408576698