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

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: Fixed a issue where we tried to resolve the patch classes. 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
« no previous file with comments | « lib/compiler/implementation/lib/clock.dart ('k') | lib/compiler/implementation/lib/coreimpl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..3312ba518e34c018ccd6f8ac4b6c46e79b60c825 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');
@@ -37,7 +37,6 @@
#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());
« no previous file with comments | « lib/compiler/implementation/lib/clock.dart ('k') | lib/compiler/implementation/lib/coreimpl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698