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

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

Issue 32683002: Add empty dart:platform library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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/lib/platform_patch.dart ('k') | sdk/lib/platform/platform.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 8da7a8ce3d8763a191b8b0fc5c3d11479a048765..d70d329a8db75b94c0dd54fb0216681fc952deb3 100644
--- a/sdk/lib/_internal/libraries.dart
+++ b/sdk/lib/_internal/libraries.dart
@@ -95,7 +95,7 @@ const Map<String, LibraryInfo> LIBRARIES = const {
"mirrors": const LibraryInfo(
"mirrors/mirrors.dart",
- maturity: Maturity.UNSTABLE,
+ maturity: Maturity.UNSTABLE,
dart2jsPatchPath: "_internal/lib/mirrors_patch.dart"),
"nativewrappers": const LibraryInfo(
@@ -105,6 +105,11 @@ const Map<String, LibraryInfo> LIBRARIES = const {
documented: false,
platforms: VM_PLATFORM),
+ "platform": const LibraryInfo(
+ "platform/platform.dart",
+ maturity: Maturity.UNSTABLE,
+ dart2jsPatchPath: "_internal/lib/platform_patch.dart"),
+
"typed_data": const LibraryInfo(
"typed_data/typed_data.dart",
maturity: Maturity.STABLE,
« no previous file with comments | « sdk/lib/_internal/lib/platform_patch.dart ('k') | sdk/lib/platform/platform.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698