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

Unified Diff: lib/src/compiler.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/codegen/js_codegen.dart ('k') | lib/src/js/template.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 9e4281ae33bcbf20e1bbdfbd76a326006bf2340d..f37cb06be8f806927daa256baf8317f4a3db5788 100644
--- a/lib/src/compiler.dart
+++ b/lib/src/compiler.dart
@@ -534,13 +534,6 @@ final defaultRuntimeFiles = () {
var files = [
'harmony_feature_check.js',
'dart_library.js',
- 'dart/_utils.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(coreToFile));
« no previous file with comments | « lib/src/codegen/js_codegen.dart ('k') | lib/src/js/template.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698