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

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

Issue 9030024: Suppress compiler warnings in dart:// code - the user is unable to take any action wrt these erro... (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 8 years, 11 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/DartCoreDebug.java » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 com.google.dart.tools.core/debug/build = false 1 com.google.dart.tools.core/debug/build = false
2 com.google.dart.tools.core/debug/dartlib = false 2 com.google.dart.tools.core/debug/dartlib = false
3 com.google.dart.tools.core/debug/frog = false 3 com.google.dart.tools.core/debug/frog = false
4 com.google.dart.tools.core/debug/metrics = false 4 com.google.dart.tools.core/debug/metrics = false
5 com.google.dart.tools.core/debug/warmup = false 5 com.google.dart.tools.core/debug/warmup = false
6 com.google.dart.tools.core/debug/verbose = false
6 com.google.dart.tools.core/bleedingEdge = false 7 com.google.dart.tools.core/bleedingEdge = false
7 com.google.dart.tools.core/deployFrog = false 8 com.google.dart.tools.core/deployFrog = false
8 9
9 10
10 # These options allow you to override the default libraries used during compilat ion 11 # These options allow you to override the default libraries used during compilat ion
11 # com.google.dart.tools.core/platform/name 12 # com.google.dart.tools.core/platform/name
12 # sets the "name" used when locating libraries 13 # sets the "name" used when locating libraries
13 # "compiler" for DartC 14 # "compiler" for DartC
14 # "frog" for Frog libraries 15 # "frog" for Frog libraries
15 # "runtime" for VM libraries 16 # "runtime" for VM libraries
(...skipping 19 matching lines...) Expand all
35 # 36 #
36 # Using the default Dart Editor DartC libraries ... 37 # Using the default Dart Editor DartC libraries ...
37 com.google.dart.tools.core/platform/name = compiler 38 com.google.dart.tools.core/platform/name = compiler
38 com.google.dart.tools.core/libraries/embedded = 39 com.google.dart.tools.core/libraries/embedded =
39 com.google.dart.tools.core/libraries/path = libraries 40 com.google.dart.tools.core/libraries/path = libraries
40 # 41 #
41 # Using VM libraries in SDK.... 42 # Using VM libraries in SDK....
42 #com.google.dart.tools.core/platform/name = runtime 43 #com.google.dart.tools.core/platform/name = runtime
43 #com.google.dart.tools.core/libraries/embedded = dart:builtin 44 #com.google.dart.tools.core/libraries/embedded = dart:builtin
44 #com.google.dart.tools.core/libraries/path = sdk/lib 45 #com.google.dart.tools.core/libraries/path = sdk/lib
OLDNEW
« no previous file with comments | « no previous file | editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/DartCoreDebug.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698