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

Unified Diff: dart/site/try/poi/poi.dart

Issue 757043002: Various clean up. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 1 month 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 | dart/site/try/poi/scope_information_visitor.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/site/try/poi/poi.dart
diff --git a/dart/site/try/poi/poi.dart b/dart/site/try/poi/poi.dart
index 3be187076d1973da5defbbc672d691c44c936575..5a8900e9a56148bb0adf0fa9188b8f164b48ae21 100644
--- a/dart/site/try/poi/poi.dart
+++ b/dart/site/try/poi/poi.dart
@@ -14,6 +14,7 @@ import 'dart:convert' show
UTF8;
import 'package:dart2js_incremental/dart2js_incremental.dart' show
+ INCREMENTAL_OPTIONS,
reuseCompiler;
import 'package:dart2js_incremental/library_updater.dart' show
@@ -385,12 +386,10 @@ Future<Element> runPoi(
var options = [
'--analyze-main',
- '--no-source-maps',
'--verbose',
'--categories=Client,Server',
- '--incremental-support',
- '--disable-type-inference',
];
+ options.addAll(INCREMENTAL_OPTIONS);
if (!isCompiler) {
options.add('--analyze-only');
« no previous file with comments | « no previous file | dart/site/try/poi/scope_information_visitor.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698