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

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

Issue 10834353: Reapply "Sharing of sources for corelib date implementation between VM (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix analyzer 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 | « corelib/unified/core/implementation/date.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 25291dc422e60333e3cb21307a7c4dca31da6ff9..b808263660312c9dc9f54f8950da5c469039132c 100644
--- a/lib/compiler/implementation/lib/core.dart
+++ b/lib/compiler/implementation/lib/core.dart
@@ -11,7 +11,7 @@
#source('../../../../corelib/src/bool.dart');
#source('../../../../corelib/src/collection.dart');
#source('../../../../corelib/src/comparable.dart');
-#source('../../../../corelib/unified/core/date.dart');
+#source('../../../../corelib/src/date.dart');
#source('../../../../corelib/src/double.dart');
#source('../../../../corelib/src/duration.dart');
#source('../../../../corelib/src/exceptions.dart');
« no previous file with comments | « corelib/unified/core/implementation/date.dart ('k') | lib/compiler/implementation/lib/coreimpl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698