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

Unified Diff: editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/DartCoreDebug.java

Issue 756193002: Add --enable-incremental-resolution option. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
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
Index: editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/DartCoreDebug.java
diff --git a/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/DartCoreDebug.java b/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/DartCoreDebug.java
index f97f912449b822da52faae5b9cdaef3d57b82c5b..27b6d5a24e37ce5170bfdad1afca30646bc4f9e7 100644
--- a/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/DartCoreDebug.java
+++ b/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/DartCoreDebug.java
@@ -86,6 +86,8 @@ public class DartCoreDebug {
public static final boolean ANALYSIS_SERVER_DEBUG = isOptionTrue("experimental/analysisServer/debug");
+ public static final boolean ANALYSIS_SERVER_INCREMENTAL_RESOLUTION = isOptionTrue("experimental/analysisServer/incrementalResolution");
+
public static final String ANALYSIS_SERVER_HTTP_PORT_PREF = "analysisServerHttpPort";
public static final String ANALYSIS_SERVER_HTTP_PORT = getOptionOrPrefValue(
"experimental/analysisServer/http_port",

Powered by Google App Engine
This is Rietveld 408576698