Chromium Code Reviews| Index: remoting/remoting_host_linux.gypi |
| diff --git a/remoting/remoting_host_linux.gypi b/remoting/remoting_host_linux.gypi |
| index 5ef74180f058e448dae2bfffb215805aab9ffaa9..f9b89ea10c58402987ffc8f18db0e2ea12b63db7 100644 |
| --- a/remoting/remoting_host_linux.gypi |
| +++ b/remoting/remoting_host_linux.gypi |
| @@ -41,6 +41,18 @@ |
| ], |
| 'action': [ 'zip', '-j', '-0', '<@(_outputs)', '<@(_inputs)' ], |
| }, |
| + { |
| + # Copy the debian package file, which has version info in it, |
| + # to a consistent filename for use on Chromoting swarming bots. |
| + 'action_name': 'Copy debian package.', |
| + 'inputs': [ |
| + '<@(deb_filename)', |
| + ], |
| + 'outputs': [ |
| + '<(PRODUCT_DIR)/remoting-me2me-host.deb', |
| + ], |
| + 'action': [ 'cp', '<@(_inputs)', '<@(_outputs)'], |
| + }, |
|
anandc
2015/03/03 01:37:46
Another way to do this is to copy over to the Swar
|
| ], |
| }, { |
| 'target_name': 'remoting_me2me_host_deb_installer', |