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

Unified Diff: lib/_internal/libraries.dart

Issue 10890030: Move core and coreimpl from corelib/ to lib/core and lib/coreimpl. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase. 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/_internal/libraries.dart
diff --git a/lib/_internal/libraries.dart b/lib/_internal/libraries.dart
index 34688b89db938912f904a16c9db05c084c0663e5..006afa235c75446ba5b704c0019e75c8fe2474cc 100644
--- a/lib/_internal/libraries.dart
+++ b/lib/_internal/libraries.dart
@@ -29,11 +29,11 @@ const Map<String, LibraryInfo> LIBRARIES = const <LibraryInfo> {
platforms: VM_PLATFORM),
"core": const LibraryInfo(
- "core/core_runtime.dart",
+ "core/core.dart",
dart2jsPath: "compiler/implementation/lib/core.dart"),
"coreimpl": const LibraryInfo(
- "coreimpl/coreimpl_runtime.dart",
+ "coreimpl/coreimpl.dart",
implementation: true,
dart2jsPath: "compiler/implementation/lib/coreimpl.dart",
dart2jsPatchPath: "compiler/implementation/lib/coreimpl_patch.dart"),

Powered by Google App Engine
This is Rietveld 408576698