| Index: remoting/app_remoting_webapp_build.gypi
|
| diff --git a/remoting/app_remoting_webapp_build.gypi b/remoting/app_remoting_webapp_build.gypi
|
| index 3ea39a9650342de2ec9a74d78112d6ad008dbc60..75a88a29ec8490787c8d32f5fa4bc66538ab82b4 100644
|
| --- a/remoting/app_remoting_webapp_build.gypi
|
| +++ b/remoting/app_remoting_webapp_build.gypi
|
| @@ -258,7 +258,6 @@
|
| 'success_stamp': '<(PRODUCT_DIR)/>(_target_name)_main_jscompile.stamp',
|
| },
|
| 'inputs': [
|
| - 'tools/jscompile.py',
|
| '<@(ar_main_js_files)',
|
| '<@(remoting_webapp_js_proto_files)',
|
| # Include zip as input so that this action is run after the build.
|
| @@ -268,11 +267,12 @@
|
| '<(success_stamp)',
|
| ],
|
| 'action': [
|
| - 'python', 'tools/jscompile.py',
|
| + 'python', '../third_party/closure_compiler/checker.py',
|
| + '--strict',
|
| + '--no-single-file',
|
| + '--success-stamp', '<(success_stamp)',
|
| '<@(ar_main_js_files)',
|
| '<@(remoting_webapp_js_proto_files)',
|
| - '--success-stamp',
|
| - '<(success_stamp)'
|
| ],
|
| },
|
| {
|
| @@ -281,7 +281,6 @@
|
| 'success_stamp': '<(PRODUCT_DIR)/>(_target_name)_background_jscompile.stamp',
|
| },
|
| 'inputs': [
|
| - 'tools/jscompile.py',
|
| '<@(ar_background_js_files)',
|
| '<@(remoting_webapp_js_proto_files)',
|
| # Include zip as input so that this action is run after the build.
|
| @@ -291,11 +290,12 @@
|
| '<(success_stamp)',
|
| ],
|
| 'action': [
|
| - 'python', 'tools/jscompile.py',
|
| + 'python', '../third_party/closure_compiler/checker.py',
|
| + '--strict',
|
| + '--no-single-file',
|
| + '--success-stamp', '<(success_stamp)',
|
| '<@(ar_background_js_files)',
|
| '<@(remoting_webapp_js_proto_files)',
|
| - '--success-stamp',
|
| - '<(success_stamp)'
|
| ],
|
| },
|
| ], # actions
|
|
|