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

Unified Diff: chrome/chrome.gyp

Issue 334049: Move Mac build tool scripts only used by chrome.gyp from build/mac into chrome/tools/build/mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/tweak_mac_lproj_folders ('k') | chrome/tools/build/mac/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
===================================================================
--- chrome/chrome.gyp (revision 30217)
+++ chrome/chrome.gyp (working copy)
@@ -145,6 +145,7 @@
},],
['OS=="mac"', {
'tweak_info_plist_path': 'tools/build/mac/tweak_info_plist',
+ 'symlink_lprojs_path': 'tools/build/mac/symlink_lprojs',
'nacl_defines': [
'NACL_WINDOWS=0',
'NACL_LINUX=0',
@@ -2567,7 +2568,7 @@
# files and generate table for the ui localizer from it.
'variables': {
'xib_localizer_tool_path':
- '<(DEPTH)/build/mac/generate_localizer',
+ 'tools/build/mac/generate_localizer',
'xib_files_to_scan': [
# The xibs that need localization
'app/nibs/About.xib',
@@ -3535,7 +3536,11 @@
'postbuilds': [
{
'postbuild_name': 'Dump Symbols',
- 'action': ['<(DEPTH)/build/mac/dump_app_syms',
+ 'variables': {
+ 'dump_product_syms_path':
+ 'tools/build/mac/dump_product_syms',
+ },
+ 'action': ['<(dump_product_syms_path)',
'<(branding)'],
},
],
@@ -3681,8 +3686,8 @@
'<(mac_bundle_id)'],
},
{
- 'postbuild_name': 'Tweak Mac lproj folders',
- 'action': ['app/tweak_mac_lproj_folders'],
+ 'postbuild_name': 'Make .lproj links',
+ 'action': ['<(symlink_lprojs_path)'],
},
{
'postbuild_name': 'Clean up old versions',
@@ -5399,8 +5404,8 @@
'<(mac_bundle_id)'],
},
{
- 'postbuild_name': 'Tweak Mac lproj folders',
- 'action': ['app/tweak_mac_lproj_folders'],
+ 'postbuild_name': 'Make .lproj links',
+ 'action': ['<(symlink_lprojs_path)'],
},
{
'postbuild_name': 'Symlink Libraries',
@@ -5624,8 +5629,8 @@
'<(mac_bundle_id)'],
},
{
- 'postbuild_name': 'Tweak Mac lproj folders',
- 'action': ['app/tweak_mac_lproj_folders'],
+ 'postbuild_name': 'Make .lproj links',
+ 'action': ['<(symlink_lprojs_path)'],
},
],
'conditions': [
@@ -5648,7 +5653,7 @@
'chrome',
],
'variables': {
- 'build_app_dmg_script_path': '<(DEPTH)/build/mac/build_app_dmg',
+ 'build_app_dmg_script_path': 'tools/build/mac/build_app_dmg',
},
'actions': [
{
« no previous file with comments | « chrome/app/tweak_mac_lproj_folders ('k') | chrome/tools/build/mac/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698