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

Unified Diff: lib/core/core.dart

Issue 10911179: Revert "Remove dart2js specific core.dart and coreimpl.dart files." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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/mockimpl.dart ('k') | lib/coreimpl/coreimpl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/core/core.dart
diff --git a/lib/core/core.dart b/lib/core/core.dart
index bebfeb3ea8e51f059de6d31c8ba212aea7d10024..13f5c4967a5b4844240ff319deb5f694fbf2980d 100644
--- a/lib/core/core.dart
+++ b/lib/core/core.dart
@@ -3,10 +3,8 @@
// BSD-style license that can be found in the LICENSE file.
#library("dart:core");
-
#import('dart:math');
#import("dart:coreimpl");
-
#source("bool.dart");
#source("collection.dart");
#source("comparable.dart");
@@ -34,6 +32,6 @@
#source("regexp.dart");
#source("set.dart");
#source("stopwatch.dart");
-#source("string.dart");
#source("string_buffer.dart");
+#source("string.dart");
#source("strings.dart");
« no previous file with comments | « lib/compiler/implementation/lib/mockimpl.dart ('k') | lib/coreimpl/coreimpl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698