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

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

Issue 1528613004: First cut of mini dart:html. (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Fix build_sdk Created 5 years 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 | « tool/build_sdk.sh ('k') | tool/input_sdk/lib/html/ddc/html_ddc.dart » ('j') | 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 3c3fd2f90491553d3f8e2c03f36c92f0579c422c..06e4479abac348749e6c9898cdd30cd7df81b1f6 100644
--- a/tool/input_sdk/lib/_internal/libraries.dart
+++ b/tool/input_sdk/lib/_internal/libraries.dart
@@ -31,8 +31,7 @@ const Map<String, LibraryInfo> LIBRARIES = const {
"_blink/dartium/_blink_dartium.dart",
category: "Client",
implementation: true,
- documented: false,
- platforms: VM_PLATFORM),
+ documented: false),
"_chrome": const LibraryInfo(
"_chrome/dart2js/chrome_dart2js.dart",
@@ -55,24 +54,21 @@ const Map<String, LibraryInfo> LIBRARIES = const {
dart2jsPatchPath: "_internal/compiler/js_lib/core_patch.dart"),
"html": const LibraryInfo(
- "html/dartium/html_dartium.dart",
+ "html/ddc/html_ddc.dart",
category: "Client",
- maturity: Maturity.WEB_STABLE,
- dart2jsPath: "html/dart2js/html_dart2js.dart"),
+ maturity: Maturity.WEB_STABLE),
"html_common": const LibraryInfo(
- "html/html_common/html_common.dart",
+ "html/html_common/html_common_ddc.dart",
category: "Client",
maturity: Maturity.WEB_STABLE,
- dart2jsPath: "html/html_common/html_common_dart2js.dart",
documented: false,
implementation: true),
"indexed_db": const LibraryInfo(
- "indexed_db/dartium/indexed_db_dartium.dart",
+ "indexed_db/ddc/indexed_db_ddc.dart",
category: "Client",
- maturity: Maturity.WEB_STABLE,
- dart2jsPath: "indexed_db/dart2js/indexed_db_dart2js.dart"),
+ maturity: Maturity.WEB_STABLE),
"io": const LibraryInfo(
"io/io.dart",
@@ -125,28 +121,24 @@ const Map<String, LibraryInfo> LIBRARIES = const {
platforms: DART2JS_PLATFORM),
"svg": const LibraryInfo(
- "svg/dartium/svg_dartium.dart",
+ "svg/ddc/svg_ddc.dart",
category: "Client",
- maturity: Maturity.WEB_STABLE,
- dart2jsPath: "svg/dart2js/svg_dart2js.dart"),
+ maturity: Maturity.WEB_STABLE),
"web_audio": const LibraryInfo(
- "web_audio/dartium/web_audio_dartium.dart",
+ "web_audio/ddc/web_audio_ddc.dart",
category: "Client",
- maturity: Maturity.WEB_STABLE,
- dart2jsPath: "web_audio/dart2js/web_audio_dart2js.dart"),
+ maturity: Maturity.WEB_STABLE),
"web_gl": const LibraryInfo(
- "web_gl/dartium/web_gl_dartium.dart",
+ "web_gl/ddc/web_gl_ddc.dart",
category: "Client",
- maturity: Maturity.WEB_STABLE,
- dart2jsPath: "web_gl/dart2js/web_gl_dart2js.dart"),
+ maturity: Maturity.WEB_STABLE),
"web_sql": const LibraryInfo(
- "web_sql/dartium/web_sql_dartium.dart",
+ "web_sql/ddc/web_sql_ddc.dart",
category: "Client",
- maturity: Maturity.WEB_STABLE,
- dart2jsPath: "web_sql/dart2js/web_sql_dart2js.dart"),
+ maturity: Maturity.WEB_STABLE),
"_internal": const LibraryInfo(
"internal/internal.dart",
« no previous file with comments | « tool/build_sdk.sh ('k') | tool/input_sdk/lib/html/ddc/html_ddc.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698