| 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 'variables': { | 6 'variables': { |
| 7 'remoting_host_installer_mac_roots': [ | 7 'remoting_host_installer_mac_roots': [ |
| 8 'host/installer/mac/', | 8 'host/installer/mac/', |
| 9 '<(DEPTH)/chrome/installer/mac/', | 9 '<(DEPTH)/chrome/installer/mac/', |
| 10 ], | 10 ], |
| 11 'remoting_host_installer_mac_files': [ | 11 'remoting_host_installer_mac_files': [ |
| 12 'host/installer/mac/do_signing.sh', | 12 'host/installer/mac/do_signing.sh', |
| 13 'host/installer/mac/do_signing.props', | 13 'host/installer/mac/do_signing.props', |
| 14 'host/installer/mac/ChromotingHost.pkgproj', | 14 'host/installer/mac/ChromotingHost.pkgproj', |
| 15 'host/installer/mac/ChromotingHostService.pkgproj', | 15 'host/installer/mac/ChromotingHostService.pkgproj', |
| 16 'host/installer/mac/ChromotingHostUninstaller.pkgproj', | 16 'host/installer/mac/ChromotingHostUninstaller.pkgproj', |
| 17 'host/installer/mac/LaunchAgents/org.chromium.chromoting.plist', | 17 'host/installer/mac/LaunchAgents/org.chromium.chromoting.plist', |
| 18 'host/installer/mac/PrivilegedHelperTools/org.chromium.chromoting.me2me.sh
', | 18 'host/installer/mac/PrivilegedHelperTools/org.chromium.chromoting.me2me.sh
', |
| 19 'host/installer/mac/Config/org.chromium.chromoting.conf', | |
| 20 'host/installer/mac/Scripts/keystone_install.sh', | 19 'host/installer/mac/Scripts/keystone_install.sh', |
| 21 'host/installer/mac/Scripts/remoting_postflight.sh', | 20 'host/installer/mac/Scripts/remoting_postflight.sh', |
| 22 'host/installer/mac/Scripts/remoting_preflight.sh', | 21 'host/installer/mac/Scripts/remoting_preflight.sh', |
| 23 'host/installer/mac/Keystone/GoogleSoftwareUpdate.pkg', | 22 'host/installer/mac/Keystone/GoogleSoftwareUpdate.pkg', |
| 24 '<(DEPTH)/chrome/installer/mac/pkg-dmg', | 23 '<(DEPTH)/chrome/installer/mac/pkg-dmg', |
| 25 ], | 24 ], |
| 26 }, | 25 }, |
| 27 | 26 |
| 28 'targets': [ | 27 'targets': [ |
| 29 { | 28 { |
| (...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 248 'variables': { | 247 'variables': { |
| 249 # A real .dSYM is needed for dump_syms to operate on. | 248 # A real .dSYM is needed for dump_syms to operate on. |
| 250 'mac_real_dsym': 1, | 249 'mac_real_dsym': 1, |
| 251 }, | 250 }, |
| 252 }], # 'mac_breakpad==1' | 251 }], # 'mac_breakpad==1' |
| 253 ], # conditions | 252 ], # conditions |
| 254 }, # end of target 'remoting_host_prefpane' | 253 }, # end of target 'remoting_host_prefpane' |
| 255 ], # end of 'targets' | 254 ], # end of 'targets' |
| 256 | 255 |
| 257 } | 256 } |
| OLD | NEW |