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

Side by Side Diff: chrome/chrome_exe.gypi

Issue 10828228: Make the Mac Info.plist SCM keys generic (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Change branch back to path 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 | « chrome/chrome_dll.gypi ('k') | content/content_shell.gypi » ('j') | 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'chrome', 8 'target_name': 'chrome',
9 'type': 'executable', 9 'type': 'executable',
10 'mac_bundle': 1, 10 'mac_bundle': 1,
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 ], 322 ],
323 }, 323 },
324 { 324 {
325 # Modify the Info.plist as needed. The script explains why this 325 # Modify the Info.plist as needed. The script explains why this
326 # is needed. This is also done in the helper_app and chrome_dll 326 # is needed. This is also done in the helper_app and chrome_dll
327 # targets. Use --breakpad=0 to not include any Breakpad 327 # targets. Use --breakpad=0 to not include any Breakpad
328 # information; that all goes into the framework's Info.plist. 328 # information; that all goes into the framework's Info.plist.
329 # Keystone information is included if Keystone is enabled. The 329 # Keystone information is included if Keystone is enabled. The
330 # application reads Keystone keys from this plist and not the 330 # application reads Keystone keys from this plist and not the
331 # framework's, and the ticket will reference this Info.plist to 331 # framework's, and the ticket will reference this Info.plist to
332 # determine the tag of the installed product. Use --svn=1 to 332 # determine the tag of the installed product. Use --scm=1 to
333 # include Subversion information. The --pdf flag controls whether 333 # include SCM information. The --pdf flag controls whether
334 # to insert PDF as a supported type identifier that can be 334 # to insert PDF as a supported type identifier that can be
335 # opened. 335 # opened.
336 'postbuild_name': 'Tweak Info.plist', 336 'postbuild_name': 'Tweak Info.plist',
337 'action': ['<(tweak_info_plist_path)', 337 'action': ['<(tweak_info_plist_path)',
338 '--breakpad=0', 338 '--breakpad=0',
339 '--keystone=<(mac_keystone)', 339 '--keystone=<(mac_keystone)',
340 '--svn=1', 340 '--scm=1',
341 '--pdf=<(internal_pdf)', 341 '--pdf=<(internal_pdf)',
342 '--bundle_id=<(mac_bundle_id)'], 342 '--bundle_id=<(mac_bundle_id)'],
343 }, 343 },
344 { 344 {
345 'postbuild_name': 'Clean up old versions', 345 'postbuild_name': 'Clean up old versions',
346 'action': [ 346 'action': [
347 'tools/build/mac/clean_up_old_versions', 347 'tools/build/mac/clean_up_old_versions',
348 '<(version_full)' 348 '<(version_full)'
349 ], 349 ],
350 }, 350 },
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 'target_name': 'chrome_nacl_win64', 588 'target_name': 'chrome_nacl_win64',
589 'type': 'none', 589 'type': 'none',
590 'sources': [], 590 'sources': [],
591 }, 591 },
592 ], 592 ],
593 }], 593 }],
594 ], 594 ],
595 }], 595 }],
596 ], 596 ],
597 } 597 }
OLDNEW
« no previous file with comments | « chrome/chrome_dll.gypi ('k') | content/content_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698