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

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

Issue 59073003: Version 0.8.10.4 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 7 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: dart/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/DartCoreDebug.java
===================================================================
--- dart/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/DartCoreDebug.java (revision 29808)
+++ dart/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/DartCoreDebug.java (working copy)
@@ -32,6 +32,7 @@
public static final boolean WARMUP = isOptionTrue("debug/warmup");
public static final boolean VERBOSE = isOptionTrue("debug/verbose");
public static final boolean LOGGING_DEBUGGER = isOptionTrue("logging/debugger");
+ public static final boolean ENABLE_CHROME_APP_LAUNCH_CONFIG = isOptionTrue("launch/chromeApp");
public static final boolean TRACE_ARTIFACT_PROVIDER = isOptionTrue("trace/artifactProvider");
public static final boolean TRACE_INDEX_CONTRIBUTOR = isOptionTrue("trace/index/contributor");
@@ -59,6 +60,7 @@
public static final boolean ENABLE_THEMES = true; //isOptionTrue("experimental/themes");
public static final boolean ENABLE_TAB_COLORING = isOptionTrue("experimental/tabColors");
public static final boolean ENABLE_HTML_VALIDATION = isOptionTrue("experimental/validateHtml");
+ public static final boolean ENABLE_PUB_SERVE_LAUNCH = isOptionTrue("experimental/pubserve");
// Verify that dartc has not been specified and that the new analyzer is not explicitly disabled
public static final boolean ENABLE_NEW_ANALYSIS = true;

Powered by Google App Engine
This is Rietveld 408576698