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

Unified Diff: remoting/remoting_host_linux.gypi

Issue 717643002: Build me2me host debian package as part of Chromoting integration test target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/integration_tests.gyp » ('j') | testing/chromoting/integration_tests.gyp » ('J')
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 31bbc943ec75b582daa8f4cd255c8ec69d8a8a6e..7139e334795e233df99e11bff7347441e31dc793 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 (OS=="linux" and archive_chromoting_tests==1)', {
Lambros 2014/11/12 02:06:02 Optional suggestion: I think you still want the en
anandc 2014/11/12 21:50:35 Not really. We want to build the host if we are c
'variables': {
'build_deb_script': 'host/installer/linux/build-deb.sh',
'deb_filename': 'host/installer/<!(["<(build_deb_script)", "-p", "-s", "<(DEPTH)"])',
« no previous file with comments | « no previous file | testing/chromoting/integration_tests.gyp » ('j') | testing/chromoting/integration_tests.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698