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

Unified Diff: dart/tests/compiler/dart2js/incremental/incremental_helper.dart

Issue 344203004: Improve incremental compilation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address Kasper's comments. Created 6 years, 6 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 | « dart/tests/compiler/dart2js/incremental/hello_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/compiler/dart2js/incremental/incremental_helper.dart
diff --git a/dart/pkg/docgen/lib/src/exports/dart2js_mirrors.dart b/dart/tests/compiler/dart2js/incremental/incremental_helper.dart
similarity index 56%
copy from dart/pkg/docgen/lib/src/exports/dart2js_mirrors.dart
copy to dart/tests/compiler/dart2js/incremental/incremental_helper.dart
index a380c3810bd0326fe393f9ef16e4f8f51f042f0a..3bdf8e3805871396bb29a913d3efa7ca5b4153f1 100644
--- a/dart/pkg/docgen/lib/src/exports/dart2js_mirrors.dart
+++ b/dart/tests/compiler/dart2js/incremental/incremental_helper.dart
@@ -2,6 +2,9 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-library docgen.exports.dart2js_mirrors;
-
-export 'package:compiler/implementation/mirrors/dart2js_mirrors.dart';
+const List<String> INCREMENTAL_OPTIONS = const <String>[
+ '--analyze-main',
+ '--disable-type-inference',
+ '--incremental-support',
+ '--no-source-maps',
+];
« no previous file with comments | « dart/tests/compiler/dart2js/incremental/hello_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698