summaryrefslogtreecommitdiffstats
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
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}
-rw-r--r--remoting/remoting_host_linux.gypi12
-rw-r--r--testing/chromoting/chromoting_integration_tests.isolate1
2 files changed, 13 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',
diff --git a/testing/chromoting/chromoting_integration_tests.isolate b/testing/chromoting/chromoting_integration_tests.isolate
index be04bd6..2df2a15 100644
--- a/testing/chromoting/chromoting_integration_tests.isolate
+++ b/testing/chromoting/chromoting_integration_tests.isolate
@@ -30,6 +30,7 @@
'../../remoting/tools/internal/test-account-host-config.json',
'<(PRODUCT_DIR)/remoting/com.google.chrome.remote_desktop.json',
'<(PRODUCT_DIR)/remoting/com.google.chrome.remote_assistance.json',
+ '<(PRODUCT_DIR)/remoting-me2me-host.deb',
],
},
}],