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

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

Issue 10830117: Port the remaining of dart:core to the unified corelib. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove unchanged files. Created 8 years, 5 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/lib/core.dart
diff --git a/lib/compiler/implementation/lib/core.dart b/lib/compiler/implementation/lib/core.dart
index 1a3e497b0f4cc02ee69c41adb04779ab3fc2dace..dd65723ae7eb5c3fd9a72362b195ef516428df9e 100644
--- a/lib/compiler/implementation/lib/core.dart
+++ b/lib/compiler/implementation/lib/core.dart
@@ -15,7 +15,7 @@
#source('../../../../corelib/src/double.dart');
#source('../../../../corelib/src/duration.dart');
#source('../../../../corelib/src/exceptions.dart');
-#source('../../../../corelib/src/expando.dart');
+#source('../../../../corelib/unified/core/expando.dart');
#source('../../../../corelib/src/expect.dart');
#source('../../../../corelib/src/function.dart');
#source('../../../../corelib/src/future.dart');
@@ -27,17 +27,16 @@
#source('../../../../corelib/src/map.dart');
#source('../../../../corelib/src/math.dart');
#source('../../../../corelib/src/num.dart');
-#source('../../../../corelib/src/options.dart');
+#source('../../../../corelib/unified/core/options.dart');
#source('../../../../corelib/src/pattern.dart');
#source('../../../../corelib/src/queue.dart');
#source('../../../../corelib/src/regexp.dart');
#source('../../../../corelib/src/set.dart');
-#source('../../../../corelib/src/stopwatch.dart');
+#source('../../../../corelib/unified/core/stopwatch.dart');
#source('../../../../corelib/src/string.dart');
#source('../../../../corelib/src/string_buffer.dart');
#source('../../../../corelib/src/strings.dart');
#source('mock.dart');
-#source('clock.dart');
void print(var obj) => Primitives.printString(obj.toString());

Powered by Google App Engine
This is Rietveld 408576698