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

Unified Diff: pkg/polymer/lib/src/compiler_options.dart

Issue 23445009: Prune the old deploy code. This CL does a few changes: (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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
Index: pkg/polymer/lib/src/compiler_options.dart
diff --git a/pkg/polymer/lib/src/compiler_options.dart b/pkg/polymer/lib/src/compiler_options.dart
index 4c1d317b14af1919932504d4b2ec6b66dad46827..847de8de05404ff5bcdf25b5823f3fe772ac0ea7 100644
--- a/pkg/polymer/lib/src/compiler_options.dart
+++ b/pkg/polymer/lib/src/compiler_options.dart
@@ -57,6 +57,7 @@ class CompilerOptions {
final String resetCssFile;
/** Whether to analyze the input for warnings without generating any code. */
+ // TODO(sigmund): remove/deprecate this flag
Jennifer Messerly 2013/08/28 22:25:45 you could remove the boolean now right? but contin
Siggi Cherem (dart-lang) 2013/08/28 23:17:06 Done.
final bool analysisOnly;
// We could make this faster, if it ever matters.

Powered by Google App Engine
This is Rietveld 408576698