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

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

Issue 2269963005: Add dart:js_util library and tests to ddc. This library is already added to dart2js and dartium. (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 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 | « tool/build_sdk.dart ('k') | tool/input_sdk/lib/js_util/dart2js/js_util_dart2js.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 5587e5bbf12a626e3c8f89521993e08c146c6b7d..2814a088ceda204fd25e3d0fb48a2fbb5080d17f 100644
--- a/tool/input_sdk/lib/_internal/libraries.dart
+++ b/tool/input_sdk/lib/_internal/libraries.dart
@@ -76,6 +76,12 @@ const Map<String, LibraryInfo> LIBRARIES = const {
maturity: Maturity.STABLE,
dart2jsPath: "js/dart2js/js_dart2js.dart"),
+ "js_util": const LibraryInfo(
+ "js_util/dartium/js_util_dartium.dart",
+ categories: "Client",
+ maturity: Maturity.STABLE,
+ dart2jsPath: "js_util/dart2js/js_util_dart2js.dart"),
+
"math": const LibraryInfo(
"math/math.dart",
maturity: Maturity.STABLE,
« no previous file with comments | « tool/build_sdk.dart ('k') | tool/input_sdk/lib/js_util/dart2js/js_util_dart2js.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698