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

Unified Diff: third_party/closure_compiler/closure_args.gni

Issue 2921143002: Reverse accidental enabling of 'use strict' in closure compiler (Closed)
Patch Set: add todo Created 3 years, 6 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
« no previous file with comments | « components/dom_distiller/content/browser/distiller_page_web_contents_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/closure_compiler/closure_args.gni
diff --git a/third_party/closure_compiler/closure_args.gni b/third_party/closure_compiler/closure_args.gni
index c8862316a9c746eda828a783caaf608b8dc88035..60a09b946ebae7f6af79a0ba6841e034b91cc7bb 100644
--- a/third_party/closure_compiler/closure_args.gni
+++ b/third_party/closure_compiler/closure_args.gni
@@ -53,6 +53,9 @@ minifying_closure_args = [
"language_in=ECMASCRIPT_NEXT",
"language_out=ECMASCRIPT6",
+
+ # TODO(wychen): turn on 'use strict'. crbug.com/729689
+ "emit_use_strict=false",
]
# For compatibility with old uses.
« no previous file with comments | « components/dom_distiller/content/browser/distiller_page_web_contents_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698