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

Side by Side Diff: remoting/remoting.gyp

Issue 10243015: [Chromoting] Sign uninstaller and fixup user-visible package and dmg names. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 7 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 1
2 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 2 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'variables': { 7 'variables': {
8 # TODO(dmaclach): can we pick this up some other way? Right now it's 8 # TODO(dmaclach): can we pick this up some other way? Right now it's
9 # duplicated from chrome.gyp 9 # duplicated from chrome.gyp
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 1254 matching lines...) Expand 10 before | Expand all | Expand 10 after
1265 ], 1265 ],
1266 'defs': [ 1266 'defs': [
1267 'VERSION=<(version_full)', 1267 'VERSION=<(version_full)',
1268 'VERSION_SHORT=<(version_short)', 1268 'VERSION_SHORT=<(version_short)',
1269 'VERSION_MAJOR=<!(python <(version_py_path) -f <(version_path) - t "@MAJOR@")', 1269 'VERSION_MAJOR=<!(python <(version_py_path) -f <(version_path) - t "@MAJOR@")',
1270 'VERSION_MINOR=<!(python <(version_py_path) -f <(version_path) - t "@MINOR@")', 1270 'VERSION_MINOR=<!(python <(version_py_path) -f <(version_path) - t "@MINOR@")',
1271 'COPYRIGHT_BY=<(copyright_by)', 1271 'COPYRIGHT_BY=<(copyright_by)',
1272 'HOST_NAME=<(host_name)', 1272 'HOST_NAME=<(host_name)',
1273 'HOST_SERVICE_NAME=<(host_service_name)', 1273 'HOST_SERVICE_NAME=<(host_service_name)',
1274 'HOST_UNINSTALLER_NAME=<(host_uninstaller_name)', 1274 'HOST_UNINSTALLER_NAME=<(host_uninstaller_name)',
1275 'HOST_PKG=<!(echo <(host_name) | sed "s/ //g")', 1275 'HOST_PKG=<(host_name)',
1276 'HOST_SERVICE_PKG=<!(echo <(host_service_name) | sed "s/ //g")', 1276 'HOST_SERVICE_PKG=<!(echo <(host_service_name) | sed "s/ //g")',
1277 'HOST_UNINSTALLER_PKG=<!(echo <(host_uninstaller_name) | sed "s/ //g")', 1277 'HOST_UNINSTALLER_PKG=<!(echo <(host_uninstaller_name) | sed "s/ //g")',
1278 'BUNDLE_ID_HOST=<(bundle_prefix).<(host_name)', 1278 'BUNDLE_ID_HOST=<(bundle_prefix).<(host_name)',
1279 'BUNDLE_ID_HOST_SERVICE=<(bundle_prefix).<(host_service_name)', 1279 'BUNDLE_ID_HOST_SERVICE=<(bundle_prefix).<(host_service_name)',
1280 'BUNDLE_ID_HOST_UNINSTALLER=<(bundle_prefix).<(host_uninstaller_ name)', 1280 'BUNDLE_ID_HOST_UNINSTALLER=<(bundle_prefix).<(host_uninstaller_ name)',
1281 'DMG_NAME=<(host_name)',
1281 ], 1282 ],
1282 }], # OS=="mac" 1283 }], # OS=="mac"
1283 ['OS=="win"', { 1284 ['OS=="win"', {
1284 'generated_files': [ 1285 'generated_files': [
1285 '<(PRODUCT_DIR)/remoting_me2me_host.exe', 1286 '<(PRODUCT_DIR)/remoting_me2me_host.exe',
1286 ], 1287 ],
1287 'generated_files_dst': [ 1288 'generated_files_dst': [
1288 'remoting_me2me_host.exe', 1289 'remoting_me2me_host.exe',
1289 ], 1290 ],
1290 }], # OS=="win" 1291 }], # OS=="win"
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
1631 '../base/allocator/allocator.gyp:allocator', 1632 '../base/allocator/allocator.gyp:allocator',
1632 ], 1633 ],
1633 }, 1634 },
1634 ], 1635 ],
1635 ], 1636 ],
1636 }], 1637 }],
1637 ], # end of 'conditions' 1638 ], # end of 'conditions'
1638 }, # end of target 'remoting_unittests' 1639 }, # end of target 'remoting_unittests'
1639 ], # end of targets 1640 ], # end of targets
1640 } 1641 }
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