summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_host_linux.gypi
diff options
context:
space:
mode:
authoranandc <anandc@chromium.org>2014-11-12 17:33:09 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-13 01:33:59 +0000
commit2ef1dbaf7d9576684bfe6b2a2dfae00f0d8e0a6a (patch)
tree21101847811f03c3a464ff39698328bb51021075 /remoting/remoting_host_linux.gypi
parent9f3e1fba3e060a0e7317ea1231a10a21afaaa39e (diff)
downloadchromium_src-2ef1dbaf7d9576684bfe6b2a2dfae00f0d8e0a6a.zip
chromium_src-2ef1dbaf7d9576684bfe6b2a2dfae00f0d8e0a6a.tar.gz
chromium_src-2ef1dbaf7d9576684bfe6b2a2dfae00f0d8e0a6a.tar.bz2
Build me2me host debian package as part of Chromoting integration test target.
Mainly 2 changes: Enable building the me2me host when archive_chromoting_tests is set, as it will be on the Chromoting test waterfall. Actually build the me2me host on the Chromoting test waterfall. BUG= Review URL: https://codereview.chromium.org/717643002 Cr-Commit-Position: refs/heads/master@{#303956}
Diffstat (limited to 'remoting/remoting_host_linux.gypi')
-rw-r--r--remoting/remoting_host_linux.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/remoting_host_linux.gypi b/remoting/remoting_host_linux.gypi
index 31bbc94..5fe986a 100644
--- a/remoting/remoting_host_linux.gypi
+++ b/remoting/remoting_host_linux.gypi
@@ -4,7 +4,7 @@
{
'conditions': [
- ['OS=="linux" and branding=="Chrome" and enable_remoting_host==1 and chromeos==0', {
+ ['OS=="linux" and ( (branding=="Chrome" and enable_remoting_host==1 and chromeos==0) or (archive_chromoting_tests==1) )', {
'variables': {
'build_deb_script': 'host/installer/linux/build-deb.sh',
'deb_filename': 'host/installer/<!(["<(build_deb_script)", "-p", "-s", "<(DEPTH)"])',