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

Unified Diff: lib/src/dependency_graph.dart

Issue 986023003: Add dart_core.js (fixes #89) (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: 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 | « no previous file | test/codegen/expect/html_input.html » ('j') | test/dependency_graph_test.dart » ('J')
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 d7c61199a04f9b5b616394ffa82cea05b3a4135b..817a9c073a225aebff2ecf5e61a9d956f8f7a9e0 100644
--- a/lib/src/dependency_graph.dart
+++ b/lib/src/dependency_graph.dart
@@ -134,7 +134,7 @@ class HtmlSourceNode extends SourceNode {
HtmlSourceNode(uri, source, graph) : super(uri, source) {
var prefix = 'package:dev_compiler/runtime';
- var files = ['harmony_feature_check.js', 'dart_runtime.js'];
+ var files = ['harmony_feature_check.js', 'dart_runtime.js', 'dart_core.js'];
if (graph._options.serverMode) {
files.addAll(const ['messages_widget.js', 'messages.css']);
}
« no previous file with comments | « no previous file | test/codegen/expect/html_input.html » ('j') | test/dependency_graph_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698