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

Unified Diff: pkg/dev_compiler/tool/build_sdk.dart

Issue 2578573003: Add dart:io stubs to ddc sdk, define dart.library.html (Closed)
Patch Set: Regen sum Created 4 years 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/build_sdk.dart
diff --git a/pkg/dev_compiler/tool/build_sdk.dart b/pkg/dev_compiler/tool/build_sdk.dart
index 1b2b2cc2682b719e66b99744cd267ff145350956..99d84e7240f77b74e342725febe8996d995aa406 100644
--- a/pkg/dev_compiler/tool/build_sdk.dart
+++ b/pkg/dev_compiler/tool/build_sdk.dart
@@ -36,6 +36,7 @@ main(List<String> arguments) {
'dart:convert',
'dart:core',
'dart:developer',
+ 'dart:io',
'dart:isolate',
'dart:js',
'dart:js_util',

Powered by Google App Engine
This is Rietveld 408576698