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

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

Issue 1700153002: Wrapperless dart:html and friends (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: A couple more tweaks Created 4 years, 10 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 | « test/codegen/expect/sunflower/sunflower.html ('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 05e6f7507df07c49c51d5c3bd0fd90c8ebf1df41..9ddede19d4881e87a3703d0410f41541ba686dc0 100644
--- a/tool/input_sdk/lib/_internal/libraries.dart
+++ b/tool/input_sdk/lib/_internal/libraries.dart
@@ -54,19 +54,19 @@ const Map<String, LibraryInfo> LIBRARIES = const {
dart2jsPatchPath: "_internal/compiler/js_lib/core_patch.dart"),
"html": const LibraryInfo(
- "html/ddc/html_ddc.dart",
+ "html/dart2js/html_dart2js.dart",
category: "Client",
maturity: Maturity.WEB_STABLE),
"html_common": const LibraryInfo(
- "html/html_common/html_common_ddc.dart",
+ "html/html_common/html_common_dart2js.dart",
category: "Client",
maturity: Maturity.WEB_STABLE,
documented: false,
implementation: true),
"indexed_db": const LibraryInfo(
- "indexed_db/ddc/indexed_db_ddc.dart",
+ "indexed_db/dart2js/indexed_db_dart2js.dart",
category: "Client",
maturity: Maturity.WEB_STABLE),
@@ -121,22 +121,22 @@ const Map<String, LibraryInfo> LIBRARIES = const {
platforms: DART2JS_PLATFORM),
"svg": const LibraryInfo(
- "svg/ddc/svg_ddc.dart",
+ "svg/dart2js/svg_dart2js.dart",
category: "Client",
maturity: Maturity.WEB_STABLE),
"web_audio": const LibraryInfo(
- "web_audio/ddc/web_audio_ddc.dart",
+ "web_audio/dart2js/web_audio_dart2js.dart",
category: "Client",
maturity: Maturity.WEB_STABLE),
"web_gl": const LibraryInfo(
- "web_gl/ddc/web_gl_ddc.dart",
+ "web_gl/dart2js/web_gl_dart2js.dart",
category: "Client",
maturity: Maturity.WEB_STABLE),
"web_sql": const LibraryInfo(
- "web_sql/ddc/web_sql_ddc.dart",
+ "web_sql/dart2js/web_sql_dart2js.dart",
category: "Client",
maturity: Maturity.WEB_STABLE),
« no previous file with comments | « test/codegen/expect/sunflower/sunflower.html ('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