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 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 | « no previous file | lib/compiler/implementation/lib/core.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/_internal/libraries.dart
diff --git a/lib/_internal/libraries.dart b/lib/_internal/libraries.dart
index c1bb0d0a1c94c6dbc099838bc38d83945bc8b001..d1d60b876fb345ab134d303aad7723d938349a86 100644
--- a/lib/_internal/libraries.dart
+++ b/lib/_internal/libraries.dart
@@ -24,11 +24,13 @@ const Map<String, LibraryInfo> LIBRARIES = const <LibraryInfo> {
"core": const LibraryInfo(
"core/core.dart",
+ dart2jsPath: "compiler/implementation/lib/core.dart",
dart2jsPatchPath: "compiler/implementation/lib/core_patch.dart"),
"coreimpl": const LibraryInfo(
"coreimpl/coreimpl.dart",
implementation: true,
+ dart2jsPath: "compiler/implementation/lib/coreimpl.dart",
dart2jsPatchPath: "compiler/implementation/lib/coreimpl_patch.dart"),
"crypto": const LibraryInfo(
« no previous file with comments | « no previous file | lib/compiler/implementation/lib/core.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698