Chromium Code Reviews| Index: remoting/remoting_host_linux.gypi |
| diff --git a/remoting/remoting_host_linux.gypi b/remoting/remoting_host_linux.gypi |
| index 31bbc943ec75b582daa8f4cd255c8ec69d8a8a6e..5fe986a7b8143cd7c969b0f6bda7ab0fc0c06fee 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) )', { |
|
Lambros
2014/11/12 23:27:00
optional: I don't think you need () around archive
anandc
2014/11/12 23:34:18
Acknowledged.
Agreed. I'll keep them for now: it r
|
| 'variables': { |
| 'build_deb_script': 'host/installer/linux/build-deb.sh', |
| 'deb_filename': 'host/installer/<!(["<(build_deb_script)", "-p", "-s", "<(DEPTH)"])', |