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

Unified Diff: lib/src/options.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/dependency_graph.dart ('k') | lib/src/utils.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/options.dart
diff --git a/lib/src/options.dart b/lib/src/options.dart
index 8f42559b7ca71fda09d7600e9d42eef59ae8edfa..cb7d88beb1591ab299b7fb71af99dacbdcdab1f1 100644
--- a/lib/src/options.dart
+++ b/lib/src/options.dart
@@ -196,7 +196,7 @@ class CompilerOptions implements RulesOptions, ResolverOptions, JSCodeOptions {
@override
final bool emitSourceMaps;
- /// Location for runtime files, such as `dart_core.js`. By default this is
+ /// Location for runtime files, such as `dart_runtime.js`. By default this is
/// inferred to be under `lib/runtime/` in the location of the `dev_compiler`
/// package (if we can infer where that is located).
final String runtimeDir;
« no previous file with comments | « lib/src/dependency_graph.dart ('k') | lib/src/utils.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698