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

Unified Diff: lib/src/dependency_graph.dart

Issue 1020043002: Replace dart_core.js with actual compiled SDK (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: merge Created 5 years, 9 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/dependency_graph.dart
diff --git a/lib/src/dependency_graph.dart b/lib/src/dependency_graph.dart
index 57ea98c7b5203b4fedd62874d6d717c4cac1c480..8a3d2f3d110f1a72efdfb602a56bfcbecc52c46e 100644
--- a/lib/src/dependency_graph.dart
+++ b/lib/src/dependency_graph.dart
@@ -465,7 +465,8 @@ class DependencyGraphError extends MessageWithSpan {
const defaultRuntimeFiles = const [
'harmony_feature_check.js',
'dart_runtime.js',
- 'dart_core.js'
+ 'dart/core.js',
+ 'dart/math.js'
];
/// Runtime files added to applications when running in server mode.
« 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