| 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",
|
|
|