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

Unified Diff: pkg/compiler/lib/src/commandline_options.dart

Issue 1388523002: dart2js: add support for configuration-specific imports. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Address comments and add flag. Created 5 years, 2 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/compiler/lib/src/commandline_options.dart
diff --git a/pkg/compiler/lib/src/commandline_options.dart b/pkg/compiler/lib/src/commandline_options.dart
index 668cb28b670839135ebf6bc96b16ea37b73cd0db..a6867de1f9b01ee568071d69c2604ff2e0ec9cd7 100644
--- a/pkg/compiler/lib/src/commandline_options.dart
+++ b/pkg/compiler/lib/src/commandline_options.dart
@@ -44,4 +44,7 @@ class Flags {
static const String useCpsIr = '--use-cps-ir';
static const String verbose = '--verbose';
static const String version = '--version';
+
+ // Experimental flags.
+ static const String conditionalDirectives = '--conditional-directives';
}

Powered by Google App Engine
This is Rietveld 408576698