| 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 'webapp/wcs_loader.js', | 172 'webapp/wcs_loader.js', |
| 173 'webapp/xhr.js', | 173 'webapp/xhr.js', |
| 174 ], | 174 ], |
| 175 'remoting_host_installer_mac_roots': [ | 175 'remoting_host_installer_mac_roots': [ |
| 176 'host/installer/mac/', | 176 'host/installer/mac/', |
| 177 '<(DEPTH)/chrome/installer/mac/', | 177 '<(DEPTH)/chrome/installer/mac/', |
| 178 ], | 178 ], |
| 179 'remoting_host_installer_mac_files': [ | 179 'remoting_host_installer_mac_files': [ |
| 180 'host/installer/mac/do_signing.sh', | 180 'host/installer/mac/do_signing.sh', |
| 181 'host/installer/mac/do_signing.props', | 181 'host/installer/mac/do_signing.props', |
| 182 'host/installer/mac/ChromotingHost.packproj', | |
| 183 'host/installer/mac/ChromotingHostService.packproj', | |
| 184 'host/installer/mac/ChromotingHostUninstaller.packproj', | |
| 185 'host/installer/mac/ChromotingHost.pkgproj', | 182 'host/installer/mac/ChromotingHost.pkgproj', |
| 186 'host/installer/mac/ChromotingHostService.pkgproj', | 183 'host/installer/mac/ChromotingHostService.pkgproj', |
| 187 'host/installer/mac/ChromotingHostUninstaller.pkgproj', | 184 'host/installer/mac/ChromotingHostUninstaller.pkgproj', |
| 188 'host/installer/mac/LaunchAgents/org.chromium.chromoting.plist', | 185 'host/installer/mac/LaunchAgents/org.chromium.chromoting.plist', |
| 189 'host/installer/mac/PrivilegedHelperTools/org.chromium.chromoting.me2me.sh
', | 186 'host/installer/mac/PrivilegedHelperTools/org.chromium.chromoting.me2me.sh
', |
| 190 'host/installer/mac/Scripts/keystone_install.sh', | 187 'host/installer/mac/Scripts/keystone_install.sh', |
| 191 'host/installer/mac/Scripts/remoting_postflight.sh', | 188 'host/installer/mac/Scripts/remoting_postflight.sh', |
| 192 'host/installer/mac/Scripts/remoting_preflight.sh', | 189 'host/installer/mac/Scripts/remoting_preflight.sh', |
| 193 'host/installer/mac/Keystone/GoogleSoftwareUpdate.pkg', | 190 'host/installer/mac/Keystone/GoogleSoftwareUpdate.pkg', |
| 194 '<(DEPTH)/chrome/installer/mac/pkg-dmg', | 191 '<(DEPTH)/chrome/installer/mac/pkg-dmg', |
| (...skipping 1643 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1838 '../base/allocator/allocator.gyp:allocator', | 1835 '../base/allocator/allocator.gyp:allocator', |
| 1839 ], | 1836 ], |
| 1840 }, | 1837 }, |
| 1841 ], | 1838 ], |
| 1842 ], | 1839 ], |
| 1843 }], | 1840 }], |
| 1844 ], # end of 'conditions' | 1841 ], # end of 'conditions' |
| 1845 }, # end of target 'remoting_unittests' | 1842 }, # end of target 'remoting_unittests' |
| 1846 ], # end of targets | 1843 ], # end of targets |
| 1847 } | 1844 } |
| OLD | NEW |