Index: pkg/dev_compiler/tool/input_sdk/libraries.dart |
diff --git a/pkg/dev_compiler/tool/input_sdk/libraries.dart b/pkg/dev_compiler/tool/input_sdk/libraries.dart |
index 17cdf1a1bb1c84523644d8d49ea65b2cc3d69bd9..fe28fc57b6dbd5a47db801ac7c21d25eac0bd738 100644 |
--- a/pkg/dev_compiler/tool/input_sdk/libraries.dart |
+++ b/pkg/dev_compiler/tool/input_sdk/libraries.dart |
@@ -61,20 +61,20 @@ const Map<String, LibraryInfo> libraries = const { |
categories: "Client,Server,Embedded", |
maturity: Maturity.UNSTABLE, |
dart2jsPatchPath: "_internal/js_runtime/lib/developer_patch.dart"), |
- "html": const LibraryInfo("html/dart2js/html_dart2js.dart", |
+ "html": const LibraryInfo("html/dartium/html_dartium.dart", |
categories: "Client", |
maturity: Maturity.WEB_STABLE, |
- platforms: DART2JS_PLATFORM), |
+ dart2jsPath: "html/dart2js/html_dart2js.dart"), |
"html_common": const LibraryInfo("html/html_common/html_common.dart", |
categories: "Client", |
maturity: Maturity.WEB_STABLE, |
dart2jsPath: "html/html_common/html_common_dart2js.dart", |
documented: false, |
implementation: true), |
- "indexed_db": const LibraryInfo("indexed_db/dart2js/indexed_db_dart2js.dart", |
+ "indexed_db": const LibraryInfo("indexed_db/dartium/indexed_db_dartium.dart", |
categories: "Client", |
maturity: Maturity.WEB_STABLE, |
- platforms: DART2JS_PLATFORM), |
+ dart2jsPath: "indexed_db/dart2js/indexed_db_dart2js.dart"), |
"io": const LibraryInfo("io/io.dart", |
categories: "Server", |
dart2jsPatchPath: "_internal/js_runtime/lib/io_patch.dart"), |
@@ -82,14 +82,14 @@ const Map<String, LibraryInfo> libraries = const { |
categories: "Client,Server", |
maturity: Maturity.STABLE, |
dart2jsPatchPath: "_internal/js_runtime/lib/isolate_patch.dart"), |
- "js": const LibraryInfo("js/dart2js/js_dart2js.dart", |
+ "js": const LibraryInfo("js/dartium/js_dartium.dart", |
categories: "Client", |
maturity: Maturity.STABLE, |
- platforms: DART2JS_PLATFORM), |
- "js_util": const LibraryInfo("js_util/dart2js/js_util_dart2js.dart", |
+ dart2jsPath: "js/dart2js/js_dart2js.dart"), |
+ "js_util": const LibraryInfo("js_util/dartium/js_util_dartium.dart", |
categories: "Client", |
maturity: Maturity.STABLE, |
- platforms: DART2JS_PLATFORM), |
+ dart2jsPath: "js_util/dart2js/js_util_dart2js.dart"), |
"math": const LibraryInfo("math/math.dart", |
categories: "Client,Server,Embedded", |
maturity: Maturity.STABLE, |
@@ -102,7 +102,7 @@ const Map<String, LibraryInfo> libraries = const { |
categories: "Client", |
implementation: true, |
documented: false, |
- platforms: DART2JS_PLATFORM), |
+ dart2jsPath: "html/dart2js/nativewrappers.dart"), |
"typed_data": const LibraryInfo("typed_data/typed_data.dart", |
categories: "Client,Server,Embedded", |
maturity: Maturity.STABLE, |
@@ -113,22 +113,22 @@ const Map<String, LibraryInfo> libraries = const { |
implementation: true, |
documented: false, |
platforms: DART2JS_PLATFORM), |
- "svg": const LibraryInfo("svg/dart2js/svg_dart2js.dart.dart", |
+ "svg": const LibraryInfo("svg/dartium/svg_dartium.dart", |
categories: "Client", |
maturity: Maturity.WEB_STABLE, |
- platforms: DART2JS_PLATFORM), |
- "web_audio": const LibraryInfo("web_audio/dart2js/web_audio_dart2js.dart", |
+ dart2jsPath: "svg/dart2js/svg_dart2js.dart"), |
+ "web_audio": const LibraryInfo("web_audio/dartium/web_audio_dartium.dart", |
categories: "Client", |
maturity: Maturity.WEB_STABLE, |
- platforms: DART2JS_PLATFORM), |
- "web_gl": const LibraryInfo("web_gl/dart2js/web_gl_dart2js.dart", |
+ dart2jsPath: "web_audio/dart2js/web_audio_dart2js.dart"), |
+ "web_gl": const LibraryInfo("web_gl/dartium/web_gl_dartium.dart", |
categories: "Client", |
maturity: Maturity.WEB_STABLE, |
- platforms: DART2JS_PLATFORM), |
- "web_sql": const LibraryInfo("web_sql/dart2js/web_sql_dart2js.dart", |
+ dart2jsPath: "web_gl/dart2js/web_gl_dart2js.dart"), |
+ "web_sql": const LibraryInfo("web_sql/dartium/web_sql_dartium.dart", |
categories: "Client", |
maturity: Maturity.WEB_STABLE, |
- platforms: DART2JS_PLATFORM), |
+ dart2jsPath: "web_sql/dart2js/web_sql_dart2js.dart"), |
"_internal": const LibraryInfo("internal/internal.dart", |
categories: "", |
documented: false, |