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: trunk/src/remoting/remoting.gyp

Issue 141003004: Revert 245489 "make utf-8 default encoding for remoting_localize.py" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 11 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 | trunk/src/remoting/tools/build/remoting_localize.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/remoting/remoting.gyp
===================================================================
--- trunk/src/remoting/remoting.gyp (revision 245499)
+++ trunk/src/remoting/remoting.gyp (working copy)
@@ -805,6 +805,7 @@
'--template', 'host/plugin/host_plugin-InfoPlist.strings.jinja2',
'--locale_output',
'<(SHARED_INTERMEDIATE_DIR)/remoting/host_plugin_resources/@{json_suffix}.lproj/InfoPlist.strings',
+ '--encoding', 'utf-8',
'<@(remoting_locales)',
],
},
@@ -826,6 +827,7 @@
'--template', 'host/remoting_me2me_host-InfoPlist.strings.jinja2',
'--locale_output',
'<(SHARED_INTERMEDIATE_DIR)/remoting/host_resources/@{json_suffix}.lproj/InfoPlist.strings',
+ '--encoding', 'utf-8',
'<@(remoting_locales)',
],
},
@@ -847,6 +849,7 @@
'--template', 'host/mac/me2me_preference_pane-InfoPlist.strings.jinja2',
'--locale_output',
'<(SHARED_INTERMEDIATE_DIR)/remoting/preference_pane_resources/@{json_suffix}.lproj/InfoPlist.strings',
+ '--encoding', 'utf-8',
'<@(remoting_locales)',
],
},
@@ -868,6 +871,7 @@
'--template', 'host/installer/mac/uninstaller/remoting_uninstaller-InfoPlist.strings.jinja2',
'--locale_output',
'<(SHARED_INTERMEDIATE_DIR)/remoting/uninstaller_resources/@{json_suffix}.lproj/InfoPlist.strings',
+ '--encoding', 'utf-8',
'<@(remoting_locales)',
],
},
@@ -1638,7 +1642,6 @@
'--locale_dir', '<(webapp_locale_dir)',
'--template', '<(RULE_INPUT_PATH)',
'--output', '<@(_outputs)',
- '--encoding', 'utf-16',
'<@(remoting_locales)',
],
'message': 'Localizing the dialogs and strings'
@@ -2262,6 +2265,7 @@
'--template', '<(input)',
'--locale_output',
'<(output)',
+ '--encoding', 'utf-8',
'en',
],
},
« no previous file with comments | « no previous file | trunk/src/remoting/tools/build/remoting_localize.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698