| Index: third_party/closure_compiler/compile_js2.gypi
|
| diff --git a/third_party/closure_compiler/compile_js2.gypi b/third_party/closure_compiler/compile_js2.gypi
|
| index 9d231d9891a4e121f46b673b3c2d2463c695ad8f..a0c77ead6cee31efaaa9b9f56a0673a1262f446b 100644
|
| --- a/third_party/closure_compiler/compile_js2.gypi
|
| +++ b/third_party/closure_compiler/compile_js2.gypi
|
| @@ -39,8 +39,10 @@
|
| 'variables': {
|
| 'target_path': '<!(python <(CLOSURE_DIR)/build/outputs.py <(default_source_file))',
|
| 'out_file%': '<(SHARED_INTERMEDIATE_DIR)/closure/<(target_path)',
|
| - # TODO(dbeam): add --custom_sources when 'source_files' is set?
|
| + 'runner_args%': ['enable-chrome-pass'],
|
| + # TODO(dbeam): remove when no longer used from remoting/.
|
| 'script_args%': [],
|
| + 'closure_args%': '<(default_closure_args)',
|
| 'disabled_closure_args%': '<(default_disabled_closure_args)',
|
| },
|
|
|
| @@ -63,6 +65,7 @@
|
| '<@(script_args)',
|
| '>@(_sources)',
|
| '--out_file', '<(out_file)',
|
| + '--runner_args', '<@(runner_args)',
|
| '--closure_args', '<@(closure_args)', '<@(disabled_closure_args)',
|
| # '--verbose' # for make glorious log spam of Closure compiler.
|
| ],
|
|
|