summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_host_linux.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/remoting_host_linux.gypi')
-rw-r--r--remoting/remoting_host_linux.gypi12
1 files changed, 12 insertions, 0 deletions
diff --git a/remoting/remoting_host_linux.gypi b/remoting/remoting_host_linux.gypi
index 5ef7418..f9b89ea 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)'],
+ },
],
}, {
'target_name': 'remoting_me2me_host_deb_installer',