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

Side by Side Diff: remoting/remoting.gyp

Issue 10825193: [Chromoting] Extract branding from the signing script. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 4 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 10
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
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