| 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': [],
|
|
|