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

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

Issue 10917097: Move constants into their own file. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase (on top of copy of compile_time_constants.dart) 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
« no previous file with comments | « lib/compiler/implementation/constants.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/compiler/implementation/leg.dart
diff --git a/lib/compiler/implementation/leg.dart b/lib/compiler/implementation/leg.dart
index f7d49448cc69d37162b8b47739ecd01e24f72077..91562d5be13c0cc348c8586f43f85e640a2a8ecf 100644
--- a/lib/compiler/implementation/leg.dart
+++ b/lib/compiler/implementation/leg.dart
@@ -27,6 +27,7 @@
#source('code_buffer.dart');
#source('compile_time_constants.dart');
#source('compiler.dart');
+#source('constants.dart');
#source('constant_system.dart');
#source('constant_system_dart.dart');
#source('diagnostic_listener.dart');
« no previous file with comments | « lib/compiler/implementation/constants.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698