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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
178 'webapp/wcs.js', | 178 'webapp/wcs.js', |
179 'webapp/wcs_loader.js', | 179 'webapp/wcs_loader.js', |
180 'webapp/xhr.js', | 180 'webapp/xhr.js', |
181 ], | 181 ], |
182 'remoting_host_installer_mac_roots': [ | 182 'remoting_host_installer_mac_roots': [ |
183 'host/installer/mac/', | 183 'host/installer/mac/', |
184 '<(DEPTH)/chrome/installer/mac/', | 184 '<(DEPTH)/chrome/installer/mac/', |
185 ], | 185 ], |
186 'remoting_host_installer_mac_files': [ | 186 'remoting_host_installer_mac_files': [ |
187 'host/installer/mac/do_signing.sh', | 187 'host/installer/mac/do_signing.sh', |
| 188 'host/installer/mac/do_signing.props', |
188 'host/installer/mac/ChromotingHost.packproj', | 189 'host/installer/mac/ChromotingHost.packproj', |
189 'host/installer/mac/ChromotingHostService.packproj', | 190 'host/installer/mac/ChromotingHostService.packproj', |
190 'host/installer/mac/ChromotingHostUninstaller.packproj', | 191 'host/installer/mac/ChromotingHostUninstaller.packproj', |
191 'host/installer/mac/ChromotingHost.pkgproj', | 192 'host/installer/mac/ChromotingHost.pkgproj', |
192 'host/installer/mac/ChromotingHostService.pkgproj', | 193 'host/installer/mac/ChromotingHostService.pkgproj', |
193 'host/installer/mac/ChromotingHostUninstaller.pkgproj', | 194 'host/installer/mac/ChromotingHostUninstaller.pkgproj', |
194 'host/installer/mac/LaunchAgents/org.chromium.chromoting.plist', | 195 'host/installer/mac/LaunchAgents/org.chromium.chromoting.plist', |
195 'host/installer/mac/PrivilegedHelperTools/org.chromium.chromoting.me2me.sh
', | 196 'host/installer/mac/PrivilegedHelperTools/org.chromium.chromoting.me2me.sh
', |
196 'host/installer/mac/Scripts/keystone_install.sh', | 197 'host/installer/mac/Scripts/keystone_install.sh', |
197 'host/installer/mac/Scripts/remoting_postflight.sh', | 198 'host/installer/mac/Scripts/remoting_postflight.sh', |
(...skipping 1658 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1856 '../base/allocator/allocator.gyp:allocator', | 1857 '../base/allocator/allocator.gyp:allocator', |
1857 ], | 1858 ], |
1858 }, | 1859 }, |
1859 ], | 1860 ], |
1860 ], | 1861 ], |
1861 }], | 1862 }], |
1862 ], # end of 'conditions' | 1863 ], # end of 'conditions' |
1863 }, # end of target 'remoting_unittests' | 1864 }, # end of target 'remoting_unittests' |
1864 ], # end of targets | 1865 ], # end of targets |
1865 } | 1866 } |
OLD | NEW |