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

Unified Diff: sdk/lib/_internal/sdk_library_metadata/lib/libraries.dart

Issue 3008563002: Removed Dartium SDK libs (Closed)
Patch Set: Update to point to dart2js Created 3 years, 4 months 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 | « sdk/lib/_chrome/dartium/chrome_dartium.dart ('k') | sdk/lib/html/html_common/conversions_dartium.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/sdk_library_metadata/lib/libraries.dart
diff --git a/sdk/lib/_internal/sdk_library_metadata/lib/libraries.dart b/sdk/lib/_internal/sdk_library_metadata/lib/libraries.dart
index a6eb3b7a9a9956ee24909fe49cb6d182b10bec37..ba39cef287f17c5866e1b03fdd45f4f2f149c86a 100644
--- a/sdk/lib/_internal/sdk_library_metadata/lib/libraries.dart
+++ b/sdk/lib/_internal/sdk_library_metadata/lib/libraries.dart
@@ -45,11 +45,6 @@ const Map<String, LibraryInfo> libraries = const {
categories: "Client,Server",
maturity: Maturity.STABLE,
dart2jsPatchPath: "_internal/js_runtime/lib/async_patch.dart"),
- "_blink": const LibraryInfo("_blink/dartium/_blink_dartium.dart",
- categories: "Client",
- implementation: true,
- documented: false,
- platforms: VM_PLATFORM),
"_chrome": const LibraryInfo("_chrome/dart2js/chrome_dart2js.dart",
categories: "Client", documented: false),
"collection": const LibraryInfo("collection/collection.dart",
@@ -68,20 +63,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/dartium/html_dartium.dart",
+ "html": const LibraryInfo("html/dart2js/html_dart2js.dart",
categories: "Client",
maturity: Maturity.WEB_STABLE,
- dart2jsPath: "html/dart2js/html_dart2js.dart"),
+ platforms: DART2JS_PLATFORM),
"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/dartium/indexed_db_dartium.dart",
+ "indexed_db": const LibraryInfo("indexed_db/dart2js/indexed_db_dart2js.dart",
categories: "Client",
maturity: Maturity.WEB_STABLE,
- dart2jsPath: "indexed_db/dart2js/indexed_db_dart2js.dart"),
+ platforms: DART2JS_PLATFORM),
"io": const LibraryInfo("io/io.dart",
categories: "Server",
dart2jsPatchPath: "_internal/js_runtime/lib/io_patch.dart"),
@@ -89,14 +84,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/dartium/js_dartium.dart",
+ "js": const LibraryInfo("js/dart2js/js_dart2js.dart",
categories: "Client",
maturity: Maturity.STABLE,
- dart2jsPath: "js/dart2js/js_dart2js.dart"),
- "js_util": const LibraryInfo("js_util/dartium/js_util_dartium.dart",
+ platforms: DART2JS_PLATFORM),
+ "js_util": const LibraryInfo("js_util/dart2js/js_util_dart2js.dart",
categories: "Client",
maturity: Maturity.STABLE,
- dart2jsPath: "js_util/dart2js/js_util_dart2js.dart"),
+ platforms: DART2JS_PLATFORM),
"math": const LibraryInfo("math/math.dart",
categories: "Client,Server,Embedded",
maturity: Maturity.STABLE,
@@ -120,22 +115,22 @@ const Map<String, LibraryInfo> libraries = const {
implementation: true,
documented: false,
platforms: DART2JS_PLATFORM),
- "svg": const LibraryInfo("svg/dartium/svg_dartium.dart",
+ "svg": const LibraryInfo("svg/dart2js/svg_dart2js.dart",
categories: "Client",
maturity: Maturity.WEB_STABLE,
- dart2jsPath: "svg/dart2js/svg_dart2js.dart"),
- "web_audio": const LibraryInfo("web_audio/dartium/web_audio_dartium.dart",
+ platforms: DART2JS_PLATFORM),
+ "web_audio": const LibraryInfo("web_audio/dart2js/web_audio_dart2js.dart",
categories: "Client",
maturity: Maturity.WEB_STABLE,
- dart2jsPath: "web_audio/dart2js/web_audio_dart2js.dart"),
- "web_gl": const LibraryInfo("web_gl/dartium/web_gl_dartium.dart",
+ platforms: DART2JS_PLATFORM),
+ "web_gl": const LibraryInfo("web_gl/dart2js/web_gl_dart2js.dart",
categories: "Client",
maturity: Maturity.WEB_STABLE,
- dart2jsPath: "web_gl/dart2js/web_gl_dart2js.dart"),
- "web_sql": const LibraryInfo("web_sql/dartium/web_sql_dartium.dart",
+ platforms: DART2JS_PLATFORM),
+ "web_sql": const LibraryInfo("web_sql/dart2js/web_sql_dart2js.dart",
categories: "Client",
maturity: Maturity.WEB_STABLE,
- dart2jsPath: "web_sql/dart2js/web_sql_dart2js.dart"),
+ platforms: DART2JS_PLATFORM),
"_internal": const LibraryInfo("internal/internal.dart",
categories: "",
documented: false,
« no previous file with comments | « sdk/lib/_chrome/dartium/chrome_dartium.dart ('k') | sdk/lib/html/html_common/conversions_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698