| Index: remoting/remoting_client.gypi
|
| diff --git a/remoting/remoting_client.gypi b/remoting/remoting_client.gypi
|
| index d1466584e8a0de65a536a2a0efd3d86569c3a192..8a9c05df7ee5c274437acab7f56dd192778e2ceb 100644
|
| --- a/remoting/remoting_client.gypi
|
| +++ b/remoting/remoting_client.gypi
|
| @@ -62,11 +62,11 @@
|
| '<@(remoting_webapp_template_files)',
|
| ],
|
| 'outputs': [
|
| - '<(SHARED_INTERMEDIATE_DIR)/main.html',
|
| + '<(SHARED_INTERMEDIATE_DIR)/remoting/main.html',
|
| ],
|
| 'action': [
|
| 'python', 'webapp/build-html.py',
|
| - '<(SHARED_INTERMEDIATE_DIR)/main.html',
|
| + '<(SHARED_INTERMEDIATE_DIR)/remoting/main.html',
|
| '<(remoting_webapp_template_main)',
|
| '--template-dir', '<(DEPTH)/remoting',
|
| '--templates', '<@(remoting_webapp_template_files)',
|
| @@ -82,11 +82,11 @@
|
| '<(remoting_webapp_template_wcs_sandbox)',
|
| ],
|
| 'outputs': [
|
| - '<(SHARED_INTERMEDIATE_DIR)/wcs_sandbox.html',
|
| + '<(SHARED_INTERMEDIATE_DIR)/remoting/wcs_sandbox.html',
|
| ],
|
| 'action': [
|
| 'python', 'webapp/build-html.py',
|
| - '<(SHARED_INTERMEDIATE_DIR)/wcs_sandbox.html',
|
| + '<(SHARED_INTERMEDIATE_DIR)/remoting/wcs_sandbox.html',
|
| '<(remoting_webapp_template_wcs_sandbox)',
|
| '--js', '<@(remoting_webapp_wcs_sandbox_html_all_js_files)',
|
| ],
|
| @@ -99,11 +99,11 @@
|
| '<(remoting_webapp_template_background)',
|
| ],
|
| 'outputs': [
|
| - '<(SHARED_INTERMEDIATE_DIR)/background.html',
|
| + '<(SHARED_INTERMEDIATE_DIR)/remoting/background.html',
|
| ],
|
| 'action': [
|
| 'python', 'webapp/build-html.py',
|
| - '<(SHARED_INTERMEDIATE_DIR)/background.html',
|
| + '<(SHARED_INTERMEDIATE_DIR)/remoting/background.html',
|
| '<(remoting_webapp_template_background)',
|
| '--js', '<@(remoting_webapp_background_html_all_js_files)',
|
| ],
|
| @@ -115,11 +115,11 @@
|
| '<(remoting_webapp_template_message_window)',
|
| ],
|
| 'outputs': [
|
| - '<(SHARED_INTERMEDIATE_DIR)/message_window.html',
|
| + '<(SHARED_INTERMEDIATE_DIR)/remoting/message_window.html',
|
| ],
|
| 'action': [
|
| 'python', 'webapp/build-html.py',
|
| - '<(SHARED_INTERMEDIATE_DIR)/message_window.html',
|
| + '<(SHARED_INTERMEDIATE_DIR)/remoting/message_window.html',
|
| '<(remoting_webapp_template_message_window)',
|
| '--js', '<@(remoting_webapp_message_window_html_all_js_files)',
|
| ],
|
|
|