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

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

Issue 10837219: Port the remaining of dart:coreimpl to the unified corelib. (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
Index: lib/compiler/implementation/lib/core.dart
diff --git a/lib/compiler/implementation/lib/core.dart b/lib/compiler/implementation/lib/core.dart
index e8bcff8bfc2d17aa0b1f9191017e88342f28f982..419d2bcf4041a604d453855e74e44e4a0df289ba 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) {
if (obj is String) {

Powered by Google App Engine
This is Rietveld 408576698