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

Unified Diff: remoting/compile_js.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: asdf 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
Index: remoting/compile_js.gypi
diff --git a/remoting/compile_js.gypi b/remoting/compile_js.gypi
index 9ad7d3bd7df0f5278158fd2b5617487e7b6655f6..49a97e045b088b3dd548c87f19866fc2753e5319 100644
--- a/remoting/compile_js.gypi
+++ b/remoting/compile_js.gypi
@@ -4,11 +4,14 @@
{
'variables': {
- 'externs': ['../third_party/closure_compiler/externs/chrome_extensions.js',
- '../third_party/closure_compiler/externs/metrics_private.js'],
+ 'externs': [
+ '../third_party/closure_compiler/externs/chrome_extensions.js',
+ '../third_party/closure_compiler/externs/metrics_private.js'
+ ],
'script_args': ['--no-single-file'],
'closure_args': [
- 'jscomp_error=duplicate',
+ '<@(default_closure_args)',
+ # 'jscomp_error=duplicate',
'jscomp_error=misplacedTypeAnnotation',
],
'disabled_closure_args': [],
« no previous file with comments | « no previous file | third_party/closure_compiler/closure_args.gni » ('j') | third_party/closure_compiler/closure_args.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698