| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |