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

Unified Diff: utils/compiler/build_helper.dart

Issue 11428020: Temporarily reverting class field and method name minification. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add regression test 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
« no previous file with comments | « tests/compiler/dart2js_native/native_field_name_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/compiler/build_helper.dart
diff --git a/utils/compiler/build_helper.dart b/utils/compiler/build_helper.dart
index fa2ec0c3687c8bafabf2d75841764578c66e5482..e7e31d7715434f56918eb40d5d8e5f3b5ffb7cb4 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',
- r' ${DART_VM_FLAGS:---enable_checked_mode}');
floitsch 2012/11/27 15:42:26 no need to revert this one. right?
erikcorry 2012/12/11 08:36:27 True
+ ' --enable_checked_mode');
writeScript(developerUri, developerScript);
List<String> dartdocScript = buildScript(
« no previous file with comments | « tests/compiler/dart2js_native/native_field_name_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698