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

Side by Side Diff: editor/tools/plugins/com.google.dart.tools.core/.options

Issue 11415253: Refactored analysis into a build participant (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # 1 #
2 # Internal options for the Dart Compiler 2 # Internal options for the Dart Compiler
3 # 3 #
4 # To run Dart Editor with custom options, 4 # To run Dart Editor with custom options,
5 # copy one or more of these settings to an options file 5 # copy one or more of these settings to an options file
6 # then launch Dart Editor from the command line with 6 # then launch Dart Editor from the command line with
7 # 7 #
8 # -debug /path/to/options/file 8 # -debug /path/to/options/file
9 # 9 #
10 com.google.dart.tools.core/debug/analysis/server = false 10 com.google.dart.tools.core/debug/analysis/server = false
11 com.google.dart.tools.core/debug/index/contributor = false 11 com.google.dart.tools.core/debug/index/contributor = false
12 com.google.dart.tools.core/debug/metrics = false 12 com.google.dart.tools.core/debug/metrics = false
13 com.google.dart.tools.core/debug/warmup = false 13 com.google.dart.tools.core/debug/warmup = false
14 com.google.dart.tools.core/debug/verbose = false 14 com.google.dart.tools.core/debug/verbose = false
15 com.google.dart.tools.core/logging/debugger = false 15 com.google.dart.tools.core/logging/debugger = false
16 16
17 com.google.dart.tools.core/trace/artifactProvider = false
18 com.google.dart.tools.core/trace/index/contributor = false
19 com.google.dart.tools.core/trace/index/processor = false
20 com.google.dart.tools.core/trace/index/statistics = false
21 com.google.dart.tools.core/trace/update = false
22
23 com.google.dart.tools.core/perf/timer = false
24 com.google.dart.tools.core/perf/index = false
25 com.google.dart.tools.core/perf/osResources = false
26
17 com.google.dart.tools.core/experimental/altKeyBindings = false 27 com.google.dart.tools.core/experimental/altKeyBindings = false
18 com.google.dart.tools.core/experimental/testsView = false 28 com.google.dart.tools.core/experimental/testsView = false
19 com.google.dart.tools.core/experimental/formatter = false 29 com.google.dart.tools.core/experimental/formatter = false
20 com.google.dart.tools.core/experimental/themes = false 30 com.google.dart.tools.core/experimental/themes = false
21 com.google.dart.tools.core/experimental/validateHtml = false 31 com.google.dart.tools.core/experimental/validateHtml = false
32 com.google.dart.tools.core/experimental/analysis/engine = false
33
34 com.google.dart.tools.core/experimental/pubInWinXP = false
22 35
23 com.google.dart.tools.core/dev/disableMarkOccurrences=false 36 com.google.dart.tools.core/dev/disableMarkOccurrences=false
24
25 com.google.dart.tools.core/trace/artifactProvider = false
26 com.google.dart.tools.core/trace/index/contributor = false
27 com.google.dart.tools.core/trace/index/processor = false
28 com.google.dart.tools.core/trace/index/statistics = false
29
30 com.google.dart.tools.core/trace/update = false
31
32 com.google.dart.tools.core/perf/timer = false
33 com.google.dart.tools.core/perf/index = false
34 com.google.dart.tools.core/perf/osResources = false
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698