| Index: sdk/lib/_internal/libraries.dart
|
| diff --git a/sdk/lib/_internal/libraries.dart b/sdk/lib/_internal/libraries.dart
|
| index eac82dfc096b17b588e9bde7ef3e83b8d7eda8c7..2e8efef4c6b1c408736255a5c1bd105cd4a05f2f 100644
|
| --- a/sdk/lib/_internal/libraries.dart
|
| +++ b/sdk/lib/_internal/libraries.dart
|
| @@ -38,9 +38,6 @@ const Map<String, LibraryInfo> LIBRARIES = const {
|
| "core/core.dart",
|
| dart2jsPatchPath: "_internal/compiler/implementation/lib/core_patch.dart"),
|
|
|
| - "crypto": const LibraryInfo(
|
| - "crypto/crypto.dart"),
|
| -
|
| "html": const LibraryInfo(
|
| "html/dartium/html_dartium.dart",
|
| category: "Client",
|
|
|