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

Unified Diff: lib/src/compiler.dart

Issue 1413683006: Move runtime js files down to lib/runtime/dart (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 2 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/codegen/js_codegen.dart ('k') | lib/src/options.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/compiler.dart
diff --git a/lib/src/compiler.dart b/lib/src/compiler.dart
index 03d0607b17f1ff57baaae5405d890a9fc8c1ec58..772cefb9d331dd5fe7bb44a968458ed48aabb485 100644
--- a/lib/src/compiler.dart
+++ b/lib/src/compiler.dart
@@ -520,13 +520,13 @@ final defaultRuntimeFiles = () {
'harmony_feature_check.js',
'dart_utils.js',
'dart_library.js',
- '_errors.js',
- '_generators.js',
- '_types.js',
- '_rtti.js',
- '_classes.js',
- '_operations.js',
- 'dart_runtime.js',
+ 'dart/_errors.js',
+ 'dart/_generators.js',
+ 'dart/_types.js',
+ 'dart/_rtti.js',
+ 'dart/_classes.js',
+ 'dart/_operations.js',
+ 'dart/_runtime.js',
];
files.addAll(corelibOrder.map((l) => l.replaceAll('.', '/') + '.js'));
return files;
« no previous file with comments | « lib/src/codegen/js_codegen.dart ('k') | lib/src/options.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698