summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_host_linux.gypi
diff options
context:
space:
mode:
authoranandc <anandc@chromium.org>2015-03-02 20:00:02 -0800
committerCommit bot <commit-bot@chromium.org>2015-03-03 04:00:31 +0000
commitae3cd6c4f5b0c59fce43d0fbf2183e60a41a6bb6 (patch)
tree45cf18edd4e597555ad0a224a34a3f7bfd0ceed9 /remoting/remoting_host_linux.gypi
parent3193eef555ab24f3561d9d97e7e2888d46e0f455 (diff)
downloadchromium_src-ae3cd6c4f5b0c59fce43d0fbf2183e60a41a6bb6.zip
chromium_src-ae3cd6c4f5b0c59fce43d0fbf2183e60a41a6bb6.tar.gz
chromium_src-ae3cd6c4f5b0c59fce43d0fbf2183e60a41a6bb6.tar.bz2
Copy me2me host debian package to a separately named file, for use on Chromoting swarming bots.
BUG=461920 Review URL: https://codereview.chromium.org/974683002 Cr-Commit-Position: refs/heads/master@{#318837}
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',