| 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 ['(branding=="Chrome" and enable_remoting_host==1 and chromeos==0) or (archi
ve_chromoting_tests==1)', { | 7 ['(branding=="Chrome" and enable_remoting_host==1 and chromeos==0) or (archi
ve_chromoting_tests==1)', { |
| 8 | 8 |
| 9 'variables': { | 9 'variables': { |
| 10 'build_deb_script': 'host/installer/linux/build-deb.sh', | 10 'build_deb_script': 'host/installer/linux/build-deb.sh', |
| 11 'deb_filename': 'host/installer/<!(["<(build_deb_script)", "-p", "-s", "
<(DEPTH)"])', | 11 'deb_filename': '<(PRODUCT_DIR)/<!(["<(build_deb_script)", "-p", "-s", "
<(DEPTH)"])', |
| 12 'packaging_outputs': [ | 12 'packaging_outputs': [ |
| 13 '<(deb_filename)', | 13 '<(deb_filename)', |
| 14 '<!(echo <(deb_filename) | sed -e "s/.deb$/.changes/")', | 14 '<!(echo <(deb_filename) | sed -e "s/.deb$/.changes/")', |
| 15 '<(PRODUCT_DIR)/remoting_me2me_host.debug', | 15 '<(PRODUCT_DIR)/remoting_me2me_host.debug', |
| 16 '<(PRODUCT_DIR)/remoting_start_host.debug', | 16 '<(PRODUCT_DIR)/remoting_start_host.debug', |
| 17 '<(PRODUCT_DIR)/native_messaging_host.debug', | 17 '<(PRODUCT_DIR)/native_messaging_host.debug', |
| 18 '<(PRODUCT_DIR)/remote_assistance_host.debug', | 18 '<(PRODUCT_DIR)/remote_assistance_host.debug', |
| 19 ] | 19 ] |
| 20 }, | 20 }, |
| 21 | 21 |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 'host/installer/linux/debian/compat', | 77 'host/installer/linux/debian/compat', |
| 78 'host/installer/linux/debian/control', | 78 'host/installer/linux/debian/control', |
| 79 'host/installer/linux/debian/copyright', | 79 'host/installer/linux/debian/copyright', |
| 80 'host/installer/linux/debian/postinst', | 80 'host/installer/linux/debian/postinst', |
| 81 'host/installer/linux/debian/preinst', | 81 'host/installer/linux/debian/preinst', |
| 82 'host/installer/linux/debian/rules', | 82 'host/installer/linux/debian/rules', |
| 83 ], | 83 ], |
| 84 'outputs': [ | 84 'outputs': [ |
| 85 '<@(packaging_outputs)', | 85 '<@(packaging_outputs)', |
| 86 ], | 86 ], |
| 87 'action': [ '<(build_deb_script)', '-s', '<(DEPTH)' ], | 87 'action': [ |
| 88 '<(build_deb_script)', |
| 89 '-s', '<(DEPTH)', |
| 90 '-o', '<(PRODUCT_DIR)' |
| 91 ], |
| 88 }, | 92 }, |
| 89 ], | 93 ], |
| 90 }, | 94 }, |
| 91 ], # end of 'targets' | 95 ], # end of 'targets' |
| 92 }, { | 96 }, { |
| 93 # Dummy targets. | 97 # Dummy targets. |
| 94 'targets': [ | 98 'targets': [ |
| 95 { | 99 { |
| 96 'target_name': 'remoting_me2me_host_archive', | 100 'target_name': 'remoting_me2me_host_archive', |
| 97 'type': 'none', | 101 'type': 'none', |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 135 # '../breakpad/breakpad.gyp:dump_syms', | 139 # '../breakpad/breakpad.gyp:dump_syms', |
| 136 # ], | 140 # ], |
| 137 # }], # 'linux_dump_symbols==1' | 141 # }], # 'linux_dump_symbols==1' |
| 138 # ], # end of 'conditions' | 142 # ], # end of 'conditions' |
| 139 # }, # end of target 'remoting_linux_symbols' | 143 # }, # end of target 'remoting_linux_symbols' |
| 140 ], # end of 'targets' | 144 ], # end of 'targets' |
| 141 }], # 'enable_remoting_host==1' | 145 }], # 'enable_remoting_host==1' |
| 142 | 146 |
| 143 ], # end of 'conditions' | 147 ], # end of 'conditions' |
| 144 } | 148 } |
| OLD | NEW |