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

Unified Diff: lib/src/runner/runtime_utils.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 | « lib/src/js/template.dart ('k') | test/browser/runtime_tests.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/runner/runtime_utils.dart
diff --git a/lib/src/runner/runtime_utils.dart b/lib/src/runner/runtime_utils.dart
index 25f6fd20f2a5fda40170056a85ab59b12ed60675..d4ea7a654b88d72e4ab7da8ae70c7461f2a07858 100644
--- a/lib/src/runner/runtime_utils.dart
+++ b/lib/src/runner/runtime_utils.dart
@@ -17,10 +17,7 @@ import 'file_utils.dart';
/// In node.js / io.js, these modules need to be aliased globally
/// (e.g. `var foo = require('./path/to/foo.js')`).
/// TODO(ochafik): Investigate alternative module / alias patterns.
-const _ALIASED_RUNTIME_FILES = const {
- 'dart_library.js': 'dart_library',
- 'dart/_utils.js': 'dart_utils',
-};
+const _ALIASED_RUNTIME_FILES = const {'dart_library.js': 'dart_library',};
/// If [path] is a runtime file with an alias, returns that alias, otherwise
/// returns null.
« no previous file with comments | « lib/src/js/template.dart ('k') | test/browser/runtime_tests.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698