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

Side by Side Diff: remoting/remoting_host_linux.gypi

Issue 543243003: Remote Assistance on Chrome OS Part I - Aura Desktop Capturer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Build bot failures on Official Chrome builds Created 6 years, 3 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 unified diff | Download patch
« no previous file with comments | « remoting/remoting_host.gypi ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'conditions': [ 6 'conditions': [
7 ['OS=="linux" and branding=="Chrome" and enable_remoting_host==1', { 7 ['OS=="linux" and branding=="Chrome" and enable_remoting_host==1 and chromeo s==0', {
8 'variables': { 8 'variables': {
9 'build_deb_script': 'host/installer/linux/build-deb.sh', 9 'build_deb_script': 'host/installer/linux/build-deb.sh',
10 'deb_filename': 'host/installer/<!(["<(build_deb_script)", "-p", "-s", " <(DEPTH)"])', 10 'deb_filename': 'host/installer/<!(["<(build_deb_script)", "-p", "-s", " <(DEPTH)"])',
11 'packaging_outputs': [ 11 'packaging_outputs': [
12 '<(deb_filename)', 12 '<(deb_filename)',
13 '<!(echo <(deb_filename) | sed -e "s/.deb$/.changes/")', 13 '<!(echo <(deb_filename) | sed -e "s/.deb$/.changes/")',
14 '<(PRODUCT_DIR)/remoting_me2me_host.debug', 14 '<(PRODUCT_DIR)/remoting_me2me_host.debug',
15 '<(PRODUCT_DIR)/remoting_start_host.debug', 15 '<(PRODUCT_DIR)/remoting_start_host.debug',
16 '<(PRODUCT_DIR)/native_messaging_host.debug', 16 '<(PRODUCT_DIR)/native_messaging_host.debug',
17 '<(PRODUCT_DIR)/remote_assistance_host.debug', 17 '<(PRODUCT_DIR)/remote_assistance_host.debug',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 # '../breakpad/breakpad.gyp:dump_syms', 114 # '../breakpad/breakpad.gyp:dump_syms',
115 # ], 115 # ],
116 # }], # 'linux_dump_symbols==1' 116 # }], # 'linux_dump_symbols==1'
117 # ], # end of 'conditions' 117 # ], # end of 'conditions'
118 # }, # end of target 'remoting_linux_symbols' 118 # }, # end of target 'remoting_linux_symbols'
119 ], # end of 'targets' 119 ], # end of 'targets'
120 }], # 'OS=="linux"' 120 }], # 'OS=="linux"'
121 121
122 ], # end of 'conditions' 122 ], # end of 'conditions'
123 } 123 }
OLDNEW
« no previous file with comments | « remoting/remoting_host.gypi ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698