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

Unified Diff: ios/chrome/ios_share_extension_resources.gyp

Issue 1774623004: Create localization files for iOS Share Extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: feedback Created 4 years, 9 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 | « no previous file | ios/chrome/ios_today_extension_resources.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/ios_share_extension_resources.gyp
diff --git a/ios/chrome/ios_today_extension_resources.gyp b/ios/chrome/ios_share_extension_resources.gyp
similarity index 58%
copy from ios/chrome/ios_today_extension_resources.gyp
copy to ios/chrome/ios_share_extension_resources.gyp
index 62b05a578200d62642b6e040dafb71924f126c68..9fc705ca658fa2d0dd14305ae43717a3e19bd865 100644
--- a/ios/chrome/ios_today_extension_resources.gyp
+++ b/ios/chrome/ios_share_extension_resources.gyp
@@ -6,25 +6,25 @@
'variables': {
'chromium_code': 1,
'grit_base_dir': '<(SHARED_INTERMEDIATE_DIR)',
- 'grit_out_dir': '<(grit_base_dir)/ios/today_extension',
+ 'grit_out_dir': '<(grit_base_dir)/ios/share_extension',
},
'targets': [
{
- 'target_name': 'ios_today_extension_resources',
+ 'target_name': 'ios_share_extension_resources',
'type': 'none',
'dependencies': [
- 'ios_today_extension_strings_gen',
+ 'ios_share_extension_strings_gen',
],
},
{
- 'target_name': 'ios_today_extension_strings_gen',
+ 'target_name': 'ios_share_extension_strings_gen',
'type': 'none',
'hard_dependency': 1,
'actions': [
{
- 'action_name': 'generate_ios_today_extension_strings',
+ 'action_name': 'generate_ios_share_extension_strings',
'variables': {
- 'grit_grd_file': 'today_extension/strings/ios_today_extension_strings.grd',
+ 'grit_grd_file': 'share_extension/strings/ios_share_extension_strings.grd',
},
'includes': [ '../../build/grit_action.gypi' ],
},
@@ -43,35 +43,38 @@
}
},
{
- 'target_name': 'ios_today_extension_packed_resources',
+ 'target_name': 'ios_share_extension_packed_resources',
'type': 'none',
'dependencies': [
- 'ios_today_extension_resources',
+ 'ios_share_extension_resources',
],
'actions': [
{
- 'action_name': 'repack_ios_today_extension_locales',
+ 'action_name': 'repack_ios_share_extension_locales',
'variables': {
- 'repack_locales_path': 'tools/build/ios_repack_today_extension_locales.py',
+ 'repack_locales_path': 'tools/build/ios_repack_extension_locales.py',
},
'inputs': [
- 'tools/build/ios_repack_today_extension_locales.py',
- '<!@pymod_do_main(ios_repack_today_extension_locales -i '
+ 'tools/build/ios_repack_extension_locales.py',
+ '<!@pymod_do_main(ios_repack_extension_locales -i '
+ '-n share_extension '
'-s <(SHARED_INTERMEDIATE_DIR) '
- '-x <(SHARED_INTERMEDIATE_DIR)/repack_today_extension '
+ '-x <(SHARED_INTERMEDIATE_DIR)/repack_share_extension '
'-b <(branding_path_component) '
'<(locales))'
],
'outputs': [
- '<!@pymod_do_main(ios_repack_today_extension_locales -o '
+ '<!@pymod_do_main(ios_repack_extension_locales -o '
+ '-n share_extension '
'-s <(SHARED_INTERMEDIATE_DIR) '
- '-x <(SHARED_INTERMEDIATE_DIR)/repack_today_extension '
+ '-x <(SHARED_INTERMEDIATE_DIR)/repack_share_extension '
'<(locales))'
],
'action': [
'python',
- 'tools/build/ios_repack_today_extension_locales.py',
- '-x', '<(SHARED_INTERMEDIATE_DIR)/repack_today_extension',
+ 'tools/build/ios_repack_extension_locales.py',
+ '-n', 'share_extension',
+ '-x', '<(SHARED_INTERMEDIATE_DIR)/repack_share_extension',
'-s', '<(SHARED_INTERMEDIATE_DIR)',
'-b', '<(branding_path_component)',
'<@(locales)',
« no previous file with comments | « no previous file | ios/chrome/ios_today_extension_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698