| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 # TODO(dmaclach): can we pick this up some other way? Right now it's | 7 # TODO(dmaclach): can we pick this up some other way? Right now it's |
| 8 # duplicated from chrome.gyp | 8 # duplicated from chrome.gyp |
| 9 'chromium_code': 1, | 9 'chromium_code': 1, |
| 10 | 10 |
| (...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 203 '<(DEPTH)/chrome/installer/mac/', | 203 '<(DEPTH)/chrome/installer/mac/', |
| 204 ], | 204 ], |
| 205 'remoting_host_installer_mac_files': [ | 205 'remoting_host_installer_mac_files': [ |
| 206 'host/installer/mac/do_signing.sh', | 206 'host/installer/mac/do_signing.sh', |
| 207 'host/installer/mac/do_signing.props', | 207 'host/installer/mac/do_signing.props', |
| 208 'host/installer/mac/ChromotingHost.pkgproj', | 208 'host/installer/mac/ChromotingHost.pkgproj', |
| 209 'host/installer/mac/ChromotingHostService.pkgproj', | 209 'host/installer/mac/ChromotingHostService.pkgproj', |
| 210 'host/installer/mac/ChromotingHostUninstaller.pkgproj', | 210 'host/installer/mac/ChromotingHostUninstaller.pkgproj', |
| 211 'host/installer/mac/LaunchAgents/org.chromium.chromoting.plist', | 211 'host/installer/mac/LaunchAgents/org.chromium.chromoting.plist', |
| 212 'host/installer/mac/PrivilegedHelperTools/org.chromium.chromoting.me2me.sh
', | 212 'host/installer/mac/PrivilegedHelperTools/org.chromium.chromoting.me2me.sh
', |
| 213 'host/installer/mac/Config/org.chromium.chromoting.conf', |
| 213 'host/installer/mac/Scripts/keystone_install.sh', | 214 'host/installer/mac/Scripts/keystone_install.sh', |
| 214 'host/installer/mac/Scripts/remoting_postflight.sh', | 215 'host/installer/mac/Scripts/remoting_postflight.sh', |
| 215 'host/installer/mac/Scripts/remoting_preflight.sh', | 216 'host/installer/mac/Scripts/remoting_preflight.sh', |
| 216 'host/installer/mac/Keystone/GoogleSoftwareUpdate.pkg', | 217 'host/installer/mac/Keystone/GoogleSoftwareUpdate.pkg', |
| 217 '<(DEPTH)/chrome/installer/mac/pkg-dmg', | 218 '<(DEPTH)/chrome/installer/mac/pkg-dmg', |
| 218 ], | 219 ], |
| 219 'remoting_host_installer_win_roots': [ | 220 'remoting_host_installer_win_roots': [ |
| 220 'host/installer/win/', | 221 'host/installer/win/', |
| 221 ], | 222 ], |
| 222 'remoting_host_installer_win_files': [ | 223 'remoting_host_installer_win_files': [ |
| (...skipping 2187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2410 '../base/allocator/allocator.gyp:allocator', | 2411 '../base/allocator/allocator.gyp:allocator', |
| 2411 ], | 2412 ], |
| 2412 }, | 2413 }, |
| 2413 ], | 2414 ], |
| 2414 ], | 2415 ], |
| 2415 }], # end of 'toolkit_uses_gtk == 1' | 2416 }], # end of 'toolkit_uses_gtk == 1' |
| 2416 ], # end of 'conditions' | 2417 ], # end of 'conditions' |
| 2417 }, # end of target 'remoting_unittests' | 2418 }, # end of target 'remoting_unittests' |
| 2418 ], # end of targets | 2419 ], # end of targets |
| 2419 } | 2420 } |
| OLD | NEW |