Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(808)

Unified Diff: remoting/remoting_host_linux.gypi

Issue 974683002: Copy me2me host debian package to a separately named file, for use on Chromoting swarming bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | testing/chromoting/chromoting_integration_tests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | testing/chromoting/chromoting_integration_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698