| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index da3a51f6e5b7eb01e141ec1868a68d4a1964b798..1ac3b845220c7124fe5d825a5bf6628d8ba2c007 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -218,15 +218,13 @@
|
| 'inputs': [
|
| '<@(remoting_webapp_js_files)',
|
| '<@(remoting_webapp_js_proto_files)',
|
| - # Include zip as input so that this action is run after the build.
|
| - '<(zip_path)',
|
| ],
|
| 'outputs': [
|
| '<(success_stamp)',
|
| ],
|
| 'action': [
|
| - 'python', 'tools/htmlcompile.py',
|
| - '<(output_dir)/main.html',
|
| + 'python', 'tools/jscompile.py',
|
| + '<@(remoting_webapp_js_files)',
|
| '<@(remoting_webapp_js_proto_files)',
|
| '--success-stamp',
|
| '<(success_stamp)'
|
|
|