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

Unified Diff: tool/input_sdk/private/js_primitives.dart

Issue 1530563003: Generate all runtime files from dart. (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: merged master Created 4 years, 11 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/input_sdk/private/js_helper.dart ('k') | tool/input_sdk/private/js_rti.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tool/input_sdk/private/js_primitives.dart
diff --git a/tool/input_sdk/private/js_primitives.dart b/tool/input_sdk/private/js_primitives.dart
index 9c3a4d4842b908da06a86417bd2b444008a4799f..389471dc3ec0c4ff5dc99219d678a8a78aa0ff6a 100644
--- a/tool/input_sdk/private/js_primitives.dart
+++ b/tool/input_sdk/private/js_primitives.dart
@@ -9,11 +9,6 @@ library dart2js._js_primitives;
import 'dart:_foreign_helper' show
JS;
-// This import is here temporarily to cause utils.dart to be compiled.
-// TODO(ochafik): Remove this phony import once other Dart files actually depend
-// on utils.
-import 'dart:_utils';
-
/**
* This is the low-level method that is used to implement [print]. It is
* possible to override this function from JavaScript by defining a function in
« no previous file with comments | « tool/input_sdk/private/js_helper.dart ('k') | tool/input_sdk/private/js_rti.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698