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

Unified Diff: lib/coreimpl/coreimpl.dart

Issue 10890030: Move core and coreimpl from corelib/ to lib/core and lib/coreimpl. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase. 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 | « lib/coreimpl/collections.dart ('k') | lib/coreimpl/corelib_impl_sources.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/coreimpl/coreimpl.dart
diff --git a/lib/coreimpl/coreimpl.dart b/lib/coreimpl/coreimpl.dart
new file mode 100644
index 0000000000000000000000000000000000000000..829302b4f2e99d3298842c28b5be25001765caf9
--- /dev/null
+++ b/lib/coreimpl/coreimpl.dart
@@ -0,0 +1,23 @@
+#library("dart:coreimpl");
+#import("dart:math");
+#source("arrays.dart");
+#source("collections.dart");
+#source("date.dart");
+#source("dual_pivot_quicksort.dart");
+#source("duration_implementation.dart");
+#source("exceptions.dart");
+#source("expando.dart");
+#source("future_implementation.dart");
+#source("hash_map_set.dart");
+#source("linked_hash_map.dart");
+#source("list.dart");
+#source("maps.dart");
+#source("object.dart");
+#source("options.dart");
+#source("print.dart");
+#source("queue.dart");
+#source("regexp.dart");
+#source("splay_tree.dart");
+#source("stopwatch_implementation.dart");
+#source("string_buffer.dart");
+#source("string.dart");
« no previous file with comments | « lib/coreimpl/collections.dart ('k') | lib/coreimpl/corelib_impl_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698