Chromium Code Reviews| Index: remoting/app_remoting_webapp_build.gypi |
| diff --git a/remoting/app_remoting_webapp_build.gypi b/remoting/app_remoting_webapp_build.gypi |
| index aae7f99d3e08b69154d4babe8f9130c5a5339849..5127e218be3d99207e6f03130da8637b8f8d50b9 100644 |
| --- a/remoting/app_remoting_webapp_build.gypi |
| +++ b/remoting/app_remoting_webapp_build.gypi |
| @@ -37,8 +37,10 @@ |
| '>(ar_app_path)/icon16.png', |
| '>(ar_app_path)/icon48.png', |
| '>(ar_app_path)/icon128.png', |
| + '>(ar_app_path)/loading_splash.png', |
| ], |
| 'ar_generated_html_files': [ |
| + '<(SHARED_INTERMEDIATE_DIR)/>(_target_name)/loading_window.html', |
| '<(SHARED_INTERMEDIATE_DIR)/>(_target_name)/main.html', |
| '<(SHARED_INTERMEDIATE_DIR)/>(_target_name)/message_window.html', |
| '<(SHARED_INTERMEDIATE_DIR)/>(_target_name)/wcs_sandbox.html', |
| @@ -177,6 +179,22 @@ |
| ], |
| }, |
| { |
| + 'action_name': 'Build ">(ar_app_name)" loading_window.html', |
| + 'inputs': [ |
| + '<(DEPTH)/remoting/webapp/build-html.py', |
| + '<(ar_loading_window_template)', |
| + ], |
| + 'outputs': [ |
| + '<(SHARED_INTERMEDIATE_DIR)/>(_target_name)/loading_window.html', |
| + ], |
| + 'action': [ |
| + 'python', '<(DEPTH)/remoting/webapp/build-html.py', |
| + '<(SHARED_INTERMEDIATE_DIR)/>(_target_name)/loading_window.html', |
| + '<(ar_loading_window_template)', |
| + '--js', '<@(remoting_webapp_message_window_html_all_js_files)', |
|
garykac
2015/04/27 21:18:06
Can you add a comment here mentioning that we're p
Jamie
2015/04/27 21:29:28
Done.
|
| + ], |
| + }, |
| + { |
| 'action_name': 'Build ">(ar_app_name)" message_window.html', |
| 'inputs': [ |
| '<(DEPTH)/remoting/webapp/build-html.py', |