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

Unified Diff: chrome/chrome.gyp

Issue 345057: EN, mf, DO YOU SPEAK IT? (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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/helper-Info.plist ('k') | chrome/tools/build/apply_locales.py » ('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 30834)
+++ chrome/chrome.gyp (working copy)
@@ -147,7 +147,9 @@
},],
['OS=="mac"', {
'tweak_info_plist_path': 'tools/build/mac/tweak_info_plist',
- 'symlink_lprojs_path': 'tools/build/mac/symlink_lprojs',
+ # TODO(mark): Remove after November 17, 2009, allowing two weeks for
+ # the transition.
+ 'transition_lprojs_path': 'tools/build/mac/transition_lprojs',
'nacl_defines': [
'NACL_WINDOWS=0',
'NACL_LINUX=0',
@@ -3660,6 +3662,18 @@
],
'actions': [
{
+ # Clean up the old .lproj structure, where English was in
+ # en_US.lproj, and en.lproj was a symbolic link. This must run
+ # before the "Generating InfoPlist.strings files" action.
+ #
+ # TODO(mark): Remove after November 17, 2009, allowing two weeks
+ # for the transition.
+ 'action_name': 'Temporary .lproj transition',
+ 'action': ['<(transition_lprojs_path)'],
+ 'inputs': [], # Always run.
+ 'outputs': [],
+ },
+ {
# Generate the InfoPlist.strings file
'action_name': 'Generating InfoPlist.strings files',
'variables': {
@@ -3734,10 +3748,6 @@
'<(mac_bundle_id)'],
},
{
- 'postbuild_name': 'Make .lproj links',
- 'action': ['<(symlink_lprojs_path)'],
- },
- {
'postbuild_name': 'Clean up old versions',
'action': [
'tools/build/mac/clean_up_old_versions',
@@ -5743,6 +5753,18 @@
'repack_path': '../tools/data_pack/repack.py',
},
'actions': [
+ {
+ # Clean up the old .lproj structure, where English was in
+ # en_US.lproj, and en.lproj was a symbolic link. This must
+ # run before the "repack_locales" action.
+ #
+ # TODO(mark): Remove after November 17, 2009, allowing two
+ # weeks for the transition.
+ 'action_name': 'Temporary .lproj transition',
+ 'action': ['<(transition_lprojs_path)'],
+ 'inputs': [], # Always run.
+ 'outputs': [],
+ },
# TODO(mark): These actions are duplicated for Linux and
# FreeBSD in the chrome target. Can they be unified?
{
@@ -5820,10 +5842,6 @@
'<(mac_bundle_id)'],
},
{
- 'postbuild_name': 'Make .lproj links',
- 'action': ['<(symlink_lprojs_path)'],
- },
- {
'postbuild_name': 'Symlink Libraries',
'action': [
'ln',
@@ -5972,6 +5990,18 @@
],
'actions': [
{
+ # Clean up the old .lproj structure, where English was in
+ # en_US.lproj, and en.lproj was a symbolic link. This must run
+ # before the "Generating InfoPlist.strings files" action.
+ #
+ # TODO(mark): Remove after November 17, 2009, allowing two weeks
+ # for the transition.
+ 'action_name': 'Temporary .lproj transition',
+ 'action': ['<(transition_lprojs_path)'],
+ 'inputs': [], # Always run.
+ 'outputs': [],
+ },
+ {
# Generate the InfoPlist.strings file
'action_name': 'Generating InfoPlist.strings files',
'variables': {
@@ -6044,10 +6074,6 @@
'<(branding)',
'<(mac_bundle_id)'],
},
- {
- 'postbuild_name': 'Make .lproj links',
- 'action': ['<(symlink_lprojs_path)'],
- },
],
'conditions': [
['mac_breakpad==1', {
« no previous file with comments | « chrome/app/helper-Info.plist ('k') | chrome/tools/build/apply_locales.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698