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

Side by Side Diff: chrome/chrome_exe.gypi

Issue 2791001: Take Keystone keys out of the framework's Info.plist (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 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 | « chrome/chrome_dll.gypi ('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) 2009-2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009-2010 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'chrome_exe_target': 0, 8 'chrome_exe_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 'tools/build/mac/copy_framework_unversioned', 350 'tools/build/mac/copy_framework_unversioned',
351 '${BUILT_PRODUCTS_DIR}/<(mac_product_name) Framework.framework', 351 '${BUILT_PRODUCTS_DIR}/<(mac_product_name) Framework.framework',
352 '${BUILT_PRODUCTS_DIR}/${CONTENTS_FOLDER_PATH}/Versions/<(versio n_full)', 352 '${BUILT_PRODUCTS_DIR}/${CONTENTS_FOLDER_PATH}/Versions/<(versio n_full)',
353 ], 353 ],
354 }, 354 },
355 { 355 {
356 # Modify the Info.plist as needed. The script explains why this 356 # Modify the Info.plist as needed. The script explains why this
357 # is needed. This is also done in the helper_app and chrome_dll 357 # is needed. This is also done in the helper_app and chrome_dll
358 # targets. Use -b0 to not include any Breakpad information; that 358 # targets. Use -b0 to not include any Breakpad information; that
359 # all goes into the framework's Info.plist. Keystone information 359 # all goes into the framework's Info.plist. Keystone information
360 # is included if Keystone is enabled because the ticket will 360 # is included if Keystone is enabled. The application reads
361 # reference this Info.plist to determine the tag of the installed 361 # Keystone keys from this plist and not the framework's, and
362 # product. Use -s1 to include Subversion information. 362 # the ticket will reference this Info.plist to determine the tag
363 # of the installed product. Use -s1 to include Subversion
364 # information.
363 'postbuild_name': 'Tweak Info.plist', 365 'postbuild_name': 'Tweak Info.plist',
364 'action': ['<(tweak_info_plist_path)', 366 'action': ['<(tweak_info_plist_path)',
365 '-b0', 367 '-b0',
366 '-k<(mac_keystone)', 368 '-k<(mac_keystone)',
367 '-s1', 369 '-s1',
368 '<(branding)', 370 '<(branding)',
369 '<(mac_bundle_id)'], 371 '<(mac_bundle_id)'],
370 }, 372 },
371 { 373 {
372 'postbuild_name': 'Clean up old versions', 374 'postbuild_name': 'Clean up old versions',
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
539 'configurations': { 541 'configurations': {
540 'Common_Base': { 542 'Common_Base': {
541 'msvs_target_platform': 'x64', 543 'msvs_target_platform': 'x64',
542 }, 544 },
543 }, 545 },
544 }, 546 },
545 ], 547 ],
546 }], 548 }],
547 ], 549 ],
548 } 550 }
OLDNEW
« no previous file with comments | « chrome/chrome_dll.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698