Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(83)

Side by Side Diff: remoting/remoting.gyp

Issue 10520020: [Chromoting] Update Keystone to 1.1.0.3659 and enable Packages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add missing Keystone binary Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « remoting/host/installer/mac/do_signing.sh ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « remoting/host/installer/mac/do_signing.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698