| Index: remoting/remoting_client.gypi
|
| diff --git a/remoting/remoting_client.gypi b/remoting/remoting_client.gypi
|
| index 5490d52b3ef2d60fb8c4c54ad79f702f5e80b1de..891b625b222990a6db99f2ec702b9a7ef37d94ac 100644
|
| --- a/remoting/remoting_client.gypi
|
| +++ b/remoting/remoting_client.gypi
|
| @@ -96,6 +96,25 @@
|
| '--js', '<@(remoting_webapp_message_window_html_all_js_files)',
|
| ],
|
| },
|
| + {
|
| + 'action_name': 'Build Remoting Webapp public_session.html',
|
| + 'inputs': [
|
| + 'webapp/build-html.py',
|
| + '<(remoting_webapp_template_public_session)',
|
| + ],
|
| + 'outputs': [
|
| + '<(SHARED_INTERMEDIATE_DIR)/remoting/public_session.html',
|
| + ],
|
| + 'action': [
|
| + 'python', 'webapp/build-html.py',
|
| + '<(SHARED_INTERMEDIATE_DIR)/remoting/public_session.html',
|
| + '<(remoting_webapp_template_public_session)',
|
| + '--template-dir', '<(DEPTH)/remoting',
|
| + '--templates', '<@(remoting_webapp_public_session_template_files)',
|
| + '--js',
|
| + '<@(remoting_webapp_public_session_html_all_js_files)',
|
| + ],
|
| + },
|
| ], # end of actions
|
| }, # end of target 'remoting_webapp_html'
|
|
|
|
|