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

Unified Diff: dart/frog/leg/lib/coreimpl.dart

Issue 9537009: Create mock versions set and sort implementations. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 10 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 | « no previous file | dart/frog/leg/lib/dual_pivot_quicksort.dart » ('j') | dart/frog/leg/lib/hash_map_set.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/frog/leg/lib/coreimpl.dart
diff --git a/dart/frog/leg/lib/coreimpl.dart b/dart/frog/leg/lib/coreimpl.dart
index 95b4e27456f3be003867f0cb873952ab8ba617d5..a23845b678d7a9ec7290fa4972ed67df6c4cb0a5 100644
--- a/dart/frog/leg/lib/coreimpl.dart
+++ b/dart/frog/leg/lib/coreimpl.dart
@@ -7,12 +7,14 @@
#import('js_helper.dart');
#source('../../../corelib/src/implementation/collections.dart');
-#source('../../../corelib/src/implementation/dual_pivot_quicksort.dart');
+// TODO(ahe): Source this file again.
+// #source('../../../corelib/src/implementation/dual_pivot_quicksort.dart');
// TODO(ahe): Source this file again.
// #source('../../../corelib/src/implementation/duration_implementation.dart');
#source('../../../corelib/src/implementation/exceptions.dart');
#source('../../../corelib/src/implementation/future_implementation.dart');
-#source('../../../corelib/src/implementation/hash_map_set.dart');
+// TODO(ahe): Source this file again.
+// #source('../../../corelib/src/implementation/hash_map_set.dart');
#source('../../../corelib/src/implementation/linked_hash_map.dart');
#source('../../../corelib/src/implementation/maps.dart');
#source('../../../corelib/src/implementation/options.dart');
@@ -24,3 +26,5 @@
#source('../../../runtime/lib/string_buffer.dart');
#source('mockimpl.dart');
+#source('dual_pivot_quicksort.dart');
+#source('hash_map_set.dart');
« no previous file with comments | « no previous file | dart/frog/leg/lib/dual_pivot_quicksort.dart » ('j') | dart/frog/leg/lib/hash_map_set.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698