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

Unified Diff: pkg/dev_compiler/tool/input_sdk/libraries.dart

Issue 2740573003: Fix dangling ddc references in libraries.dart (Closed)
Patch Set: Patch the right libraries.dart file Created 3 years, 9 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
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 69b4856d11afb63120aab838a8c264c5f1d07c18..d14bf10b48a9683ed08955a5754320d018faa7cf 100644
--- a/pkg/dev_compiler/tool/input_sdk/libraries.dart
+++ b/pkg/dev_compiler/tool/input_sdk/libraries.dart
@@ -42,18 +42,6 @@ const Map<String, LibraryInfo> libraries = const {
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",
categories: "Client,Server,Embedded",
@@ -133,6 +121,13 @@ const Map<String, LibraryInfo> libraries = const {
maturity: Maturity.UNSTABLE,
dart2jsPatchPath: "_internal/js_runtime/lib/mirrors_patch.dart"),
+ "nativewrappers": const LibraryInfo(
+ "html/dartium/nativewrappers.dart",
+ categories: "Client",
+ implementation: true,
+ documented: false,
+ dart2jsPath: "html/dart2js/nativewrappers.dart"),
+
"typed_data": const LibraryInfo(
"typed_data/typed_data.dart",
categories: "Client,Server,Embedded",
@@ -206,12 +201,6 @@ const Map<String, LibraryInfo> libraries = const {
documented: false,
platforms: DART2JS_PLATFORM),
- "_js_names": const LibraryInfo(
- "_internal/js_runtime/lib/js_names.dart",
- categories: "",
- documented: false,
- platforms: DART2JS_PLATFORM),
-
"_js_primitives": const LibraryInfo(
"_internal/js_runtime/lib/js_primitives.dart",
categories: "",
@@ -224,12 +213,6 @@ const Map<String, LibraryInfo> libraries = const {
documented: false,
platforms: DART2JS_PLATFORM),
- "_async_await_error_codes": const LibraryInfo(
- "_internal/js_runtime/lib/shared/async_await_error_codes.dart",
- categories: "",
- documented: false,
- platforms: DART2JS_PLATFORM),
-
"_metadata": const LibraryInfo(
"html/html_common/metadata.dart",
categories: "",
« no previous file with comments | « pkg/dev_compiler/tool/input_sdk/lib/html/dart2js/nativewrappers.dart ('k') | pkg/dev_compiler/tool/sdk_expected_errors.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698