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

Unified Diff: tool/build_sdk.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 | « test/codegen/lib/html/js_util_test.dart ('k') | tool/input_sdk/lib/_internal/libraries.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tool/build_sdk.dart
diff --git a/tool/build_sdk.dart b/tool/build_sdk.dart
index 77c1a5c71b6685ac4b7f762dafa4314c003f3f5e..7041b383aebe9df0307cdc6c35bc25752b098d10 100644
--- a/tool/build_sdk.dart
+++ b/tool/build_sdk.dart
@@ -37,6 +37,7 @@ main(List<String> arguments) {
'dart:core',
'dart:isolate',
'dart:js',
+ 'dart:js_util',
'dart:math',
'dart:mirrors',
'dart:typed_data',
« no previous file with comments | « test/codegen/lib/html/js_util_test.dart ('k') | tool/input_sdk/lib/_internal/libraries.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698