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

Unified Diff: lib/src/runner/runtime_utils.dart

Issue 1486473002: Convert dart_utils.js to input_sdk/lib/_internal/utils.dart (#310) (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Rebased Created 5 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
« no previous file with comments | « lib/src/compiler.dart ('k') | pubspec.yaml » ('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 647c62e41f40fce62c236939153f6a42b16331c2..25f6fd20f2a5fda40170056a85ab59b12ed60675 100644
--- a/lib/src/runner/runtime_utils.dart
+++ b/lib/src/runner/runtime_utils.dart
@@ -19,7 +19,7 @@ import 'file_utils.dart';
/// TODO(ochafik): Investigate alternative module / alias patterns.
const _ALIASED_RUNTIME_FILES = const {
'dart_library.js': 'dart_library',
- 'dart_utils.js': 'dart_utils',
+ 'dart/_utils.js': 'dart_utils',
};
/// If [path] is a runtime file with an alias, returns that alias, otherwise
« no previous file with comments | « lib/src/compiler.dart ('k') | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698