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

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: 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 | « no previous file | remoting/webapp/build_template.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/compile_js.gypi
diff --git a/remoting/compile_js.gypi b/remoting/compile_js.gypi
index 9ad7d3bd7df0f5278158fd2b5617487e7b6655f6..cecac1205662239743230a48fbeb1f9aa46de545 100644
--- a/remoting/compile_js.gypi
+++ b/remoting/compile_js.gypi
@@ -4,10 +4,13 @@
{
'variables': {
- 'externs': ['../third_party/closure_compiler/externs/chrome_extensions.js',
- '../third_party/closure_compiler/externs/metrics_private.js'],
- 'script_args': ['--no-single-file'],
+ 'externs': [
+ '../third_party/closure_compiler/externs/chrome_extensions.js',
+ '../third_party/closure_compiler/externs/metrics_private.js'
+ ],
+ 'script_args': ['--no_single_file'],
'closure_args': [
+ '<@(default_closure_args)',
'jscomp_error=duplicate',
'jscomp_error=misplacedTypeAnnotation',
],
« no previous file with comments | « no previous file | remoting/webapp/build_template.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698