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 # Use consistent strings across all platforms. Note that the plugin name | 10 # Use consistent strings across all platforms. Note that the plugin name |
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
178 'host/installer/mac/ChromotingHostService.packproj', | 178 'host/installer/mac/ChromotingHostService.packproj', |
179 'host/installer/mac/ChromotingHostUninstaller.packproj', | 179 'host/installer/mac/ChromotingHostUninstaller.packproj', |
180 'host/installer/mac/ChromotingHost.pkgproj', | 180 'host/installer/mac/ChromotingHost.pkgproj', |
181 'host/installer/mac/ChromotingHostService.pkgproj', | 181 'host/installer/mac/ChromotingHostService.pkgproj', |
182 'host/installer/mac/ChromotingHostUninstaller.pkgproj', | 182 'host/installer/mac/ChromotingHostUninstaller.pkgproj', |
183 'host/installer/mac/LaunchAgents/org.chromium.chromoting.plist', | 183 'host/installer/mac/LaunchAgents/org.chromium.chromoting.plist', |
184 'host/installer/mac/PrivilegedHelperTools/org.chromium.chromoting.me2me.sh
', | 184 'host/installer/mac/PrivilegedHelperTools/org.chromium.chromoting.me2me.sh
', |
185 'host/installer/mac/Scripts/keystone_install.sh', | 185 'host/installer/mac/Scripts/keystone_install.sh', |
186 'host/installer/mac/Scripts/remoting_postflight.sh', | 186 'host/installer/mac/Scripts/remoting_postflight.sh', |
187 'host/installer/mac/Scripts/remoting_preflight.sh', | 187 'host/installer/mac/Scripts/remoting_preflight.sh', |
188 'host/installer/mac/Keystone/GoogleSoftwareUpdate.pkg.zip', | 188 'host/installer/mac/Keystone/GoogleSoftwareUpdate.pkg', |
189 '<(DEPTH)/chrome/installer/mac/pkg-dmg', | 189 '<(DEPTH)/chrome/installer/mac/pkg-dmg', |
190 ], | 190 ], |
191 }, | 191 }, |
192 | 192 |
193 'target_defaults': { | 193 'target_defaults': { |
194 'defines': [ | 194 'defines': [ |
195 ], | 195 ], |
196 'include_dirs': [ | 196 'include_dirs': [ |
197 '..', # Root of Chrome checkout | 197 '..', # Root of Chrome checkout |
198 ], | 198 ], |
(...skipping 1508 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1707 '../base/allocator/allocator.gyp:allocator', | 1707 '../base/allocator/allocator.gyp:allocator', |
1708 ], | 1708 ], |
1709 }, | 1709 }, |
1710 ], | 1710 ], |
1711 ], | 1711 ], |
1712 }], | 1712 }], |
1713 ], # end of 'conditions' | 1713 ], # end of 'conditions' |
1714 }, # end of target 'remoting_unittests' | 1714 }, # end of target 'remoting_unittests' |
1715 ], # end of targets | 1715 ], # end of targets |
1716 } | 1716 } |
OLD | NEW |