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

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

Issue 10834331: Move the shared arrays and string_buffer files to where they belong. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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
« no previous file with comments | « corelib/src/implementation/string_buffer.dart ('k') | runtime/lib/arrays.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/compiler/implementation/lib/coreimpl.dart
diff --git a/lib/compiler/implementation/lib/coreimpl.dart b/lib/compiler/implementation/lib/coreimpl.dart
index 2599a6fe82284d69f9593aae53d46dbc2c9374a7..8bb5547145ed777eeff4ba55ca3bb6005b744484 100644
--- a/lib/compiler/implementation/lib/coreimpl.dart
+++ b/lib/compiler/implementation/lib/coreimpl.dart
@@ -19,8 +19,7 @@
#source('../../../../corelib/src/implementation/queue.dart');
#source('../../../../corelib/src/implementation/splay_tree.dart');
#source('../../../../corelib/src/implementation/stopwatch_implementation.dart');
-
-#source('../../../../runtime/lib/arrays.dart');
-#source('../../../../runtime/lib/string_buffer.dart');
+#source('../../../../corelib/src/implementation/arrays.dart');
Anders Johnsen 2012/08/15 13:55:02 This is very nice, I've been looking forward to th
+#source('../../../../corelib/src/implementation/string_buffer.dart');
#source('mockimpl.dart');
« no previous file with comments | « corelib/src/implementation/string_buffer.dart ('k') | runtime/lib/arrays.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698