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

Unified Diff: tool/input_sdk/lib/_internal/libraries.dart

Issue 1980963002: Remove unsupported libraries from `libraries.dart`. (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tool/input_sdk/lib/_internal/libraries.dart
diff --git a/tool/input_sdk/lib/_internal/libraries.dart b/tool/input_sdk/lib/_internal/libraries.dart
index 17575232a267ab174ee5b9e9082849dc5a17920e..5587e5bbf12a626e3c8f89521993e08c146c6b7d 100644
--- a/tool/input_sdk/lib/_internal/libraries.dart
+++ b/tool/input_sdk/lib/_internal/libraries.dart
@@ -27,17 +27,6 @@ const Map<String, LibraryInfo> LIBRARIES = const {
maturity: Maturity.STABLE,
dart2jsPatchPath: "_internal/compiler/js_lib/async_patch.dart"),
- "_blink": const LibraryInfo(
- "_blink/dartium/_blink_dartium.dart",
- category: "Client",
- implementation: true,
- documented: false),
-
- "_chrome": const LibraryInfo(
- "_chrome/dart2js/chrome_dart2js.dart",
- documented: false,
- category: "Client"),
-
"collection": const LibraryInfo(
"collection/collection.dart",
maturity: Maturity.STABLE,
@@ -97,17 +86,6 @@ const Map<String, LibraryInfo> LIBRARIES = const {
maturity: Maturity.UNSTABLE,
dart2jsPatchPath: "_internal/compiler/js_lib/mirrors_patch.dart"),
- "profiler": const LibraryInfo(
- "profiler/profiler.dart",
- maturity: Maturity.UNSTABLE),
-
- "nativewrappers": const LibraryInfo(
- "html/dartium/nativewrappers.dart",
- category: "Client",
- implementation: true,
- documented: false,
- platforms: VM_PLATFORM),
-
"typed_data": const LibraryInfo(
"typed_data/typed_data.dart",
maturity: Maturity.STABLE,
@@ -177,12 +155,6 @@ const Map<String, LibraryInfo> LIBRARIES = const {
documented: false,
platforms: DART2JS_PLATFORM),
- "_js_names": const LibraryInfo(
- "_internal/compiler/js_lib/js_names.dart",
- category: "Internal",
- documented: false,
- platforms: DART2JS_PLATFORM),
-
"_js_primitives": const LibraryInfo(
"_internal/compiler/js_lib/js_primitives.dart",
category: "Internal",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698