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

Unified Diff: sdk/lib/_internal/libraries.dart

Issue 11783009: Big merge from experimental to bleeding edge. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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 | « sdk/lib/_internal/dartdoc/test/dartdoc_test.dart ('k') | sdk/lib/async/async.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/libraries.dart
diff --git a/sdk/lib/_internal/libraries.dart b/sdk/lib/_internal/libraries.dart
index 29961b060bd8ab5402ac55719b04bd83ee90a91c..709bf8a3acbc0fad059d06afffee95a491917eb6 100644
--- a/sdk/lib/_internal/libraries.dart
+++ b/sdk/lib/_internal/libraries.dart
@@ -22,9 +22,11 @@ const int VM_PLATFORM = 2;
*/
const Map<String, LibraryInfo> LIBRARIES = const <LibraryInfo> {
- "collection": const LibraryInfo(
- "collection/collection.dart",
- implementation: true),
+ "async": const LibraryInfo(
+ "async/async.dart",
+ dart2jsPatchPath: "_internal/compiler/implementation/lib/async_patch.dart"),
+
+ "collection": const LibraryInfo("collection/collection.dart"),
"core": const LibraryInfo(
"core/core.dart",
« no previous file with comments | « sdk/lib/_internal/dartdoc/test/dartdoc_test.dart ('k') | sdk/lib/async/async.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698