Chromium Code Reviews| Index: remoting/remoting.gyp |
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp |
| index fce91db4914ac7b07558231738e129f4478f2abd..c07500d4cfd3d043d3c8554b197950d4d91bc194 100644 |
| --- a/remoting/remoting.gyp |
| +++ b/remoting/remoting.gyp |
| @@ -2094,6 +2094,45 @@ |
| 'webapp/build-webapp.py', |
| '<(remoting_version_path)', |
| '<(chrome_version_path)', |
| + '<@(remoting_webapp_files)', |
| + '<@(remoting_webapp_js_files)', |
| + '<@(remoting_webapp_locale_files)', |
| + ], |
| + 'conditions': [ |
| + ['enable_remoting_host==1', { |
| + 'inputs': [ |
| + '<(plugin_path)', |
| + ], |
| + }], |
| + ], |
| + 'outputs': [ |
| + '<(_output_dir)', |
| + '<(_zip_path)', |
| + ], |
| + 'action': [ |
| + 'python', 'webapp/build-webapp.py', |
| + '<(buildtype)', |
| + '<(version_full)', |
| + '<(host_plugin_mime_type)', |
| + '<(_output_dir)', |
| + '<(_zip_path)', |
| + '<(plugin_path)', |
| + '<@(remoting_webapp_files)', |
| + '<@(remoting_webapp_js_files)', |
| + '<@(remoting_webapp_apps_v2_js_files)', |
|
Lambros
2013/05/24 19:28:24
Remove apps_v2_js_files from here? You've already
weitao
2013/05/28 17:22:33
Removed and sorted.
|
| + '--locales', |
| + '<@(remoting_webapp_locale_files)', |
| + ], |
| + 'msvs_cygwin_shell': 1, |
| + }, |
| + { |
| + 'action_name': 'Build Remoting WebApp V2', |
| + 'output_dir': '<(PRODUCT_DIR)/remoting/remoting.webapp.V2', |
| + 'zip_path': '<(PRODUCT_DIR)/remoting-webapp.V2.zip', |
| + 'inputs': [ |
| + 'webapp/build-webapp.py', |
| + '<(remoting_version_path)', |
| + '<(chrome_version_path)', |
| '<@(remoting_webapp_patch_files)', |
| '<@(remoting_webapp_files)', |
| '<@(remoting_webapp_js_files)', |