| Index: sdk/lib/_internal/libraries.dart
|
| diff --git a/sdk/lib/_internal/libraries.dart b/sdk/lib/_internal/libraries.dart
|
| index 50bb70a779ddd6269f36d1fe8334b55b069688c9..649a21a55af03420c5c4ba5279e713e041585673 100644
|
| --- a/sdk/lib/_internal/libraries.dart
|
| +++ b/sdk/lib/_internal/libraries.dart
|
| @@ -38,6 +38,13 @@ const Map<String, LibraryInfo> LIBRARIES = const <LibraryInfo> {
|
| category: "Client",
|
| dart2jsPath: "html/dart2js/html_dart2js.dart"),
|
|
|
| + "html_common": const LibraryInfo(
|
| + "html/html_common/html_common_dartium.dart",
|
| + category: "Client",
|
| + dart2jsPath: "html/html_common/html_common_dart2js.dart",
|
| + documented: false,
|
| + implementation: true),
|
| +
|
| "io": const LibraryInfo(
|
| "io/io.dart",
|
| category: "Server",
|
|
|