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.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)"])',