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

Unified Diff: utils/compiler/build_helper.dart

Issue 11364213: Rename classes, methods and fields when minifying (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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: utils/compiler/build_helper.dart
diff --git a/utils/compiler/build_helper.dart b/utils/compiler/build_helper.dart
index e7e31d7715434f56918eb40d5d8e5f3b5ffb7cb4..fa2ec0c3687c8bafabf2d75841764578c66e5482 100644
--- a/utils/compiler/build_helper.dart
+++ b/utils/compiler/build_helper.dart
@@ -36,7 +36,7 @@ main() {
'dart2js-developer',
dartUri, dartVmUri,
'sdk/lib/_internal/compiler/implementation/dart2js.dart',
- ' --enable_checked_mode');
+ r' ${DART_VM_FLAGS:---enable_checked_mode}');
writeScript(developerUri, developerScript);
List<String> dartdocScript = buildScript(

Powered by Google App Engine
This is Rietveld 408576698