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

Unified Diff: third_party/closure_compiler/closure_args.gypi

Issue 2117653002: Add the ability to pass arguments to runner.jar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@enable-chrome-pass
Patch Set: merge Created 4 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
« no previous file with comments | « third_party/closure_compiler/closure_args.gni ('k') | third_party/closure_compiler/compile.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/closure_compiler/closure_args.gypi
diff --git a/third_party/closure_compiler/closure_args.gypi b/third_party/closure_compiler/closure_args.gypi
index 549640653d73ffa686a6300c0efc17f2b7ebe339..2fc245ef13de8a3bc6d4c4e7af289bf8f5168335 100644
--- a/third_party/closure_compiler/closure_args.gypi
+++ b/third_party/closure_compiler/closure_args.gypi
@@ -4,7 +4,7 @@
# GN version: third_party/closure_compiler/closure_args.gni
{
- 'closure_args': [
+ 'default_closure_args': [
'compilation_level=SIMPLE_OPTIMIZATIONS',
# Keep this in sync with chrome/browser/web_dev_style/js_checker.py.
@@ -43,11 +43,12 @@
'source_map_format=V3',
],
+
'default_disabled_closure_args': [
# TODO(dbeam): happens when the same file is <include>d multiple times.
'jscomp_off=duplicate',
# TODO(fukino): happens when cr.defineProperty() has a type annotation.
# Avoiding parse-time warnings needs 2 pass compiling. crbug.com/421562.
'jscomp_off=misplacedTypeAnnotation',
- ]
+ ],
}
« no previous file with comments | « third_party/closure_compiler/closure_args.gni ('k') | third_party/closure_compiler/compile.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698