DescriptionRepack remoting resources into Chrome on Chrome OS
The Continue Dialog (along with a few other dialogs) in Remote Assistance references
localized strings defined in rmeoting_strings.grd. To make Remote Assistance work
on Chrome OS, we need to get those resources into Chrome.
This CL
1. Modifies repack_locales.py to merge the generated strings from remoting_strings.grd
into the merged resource packs (e.g. merge remoting/resource/en.pak -> en-US.pak).
2. Chrome currently supports more languages than remoting. This CL adds the missing
languages into remoting_strings.grd. This is required to avoid compilation failures.
The list of added locales are based-on on referencing other chrome grd files (e.g.
generated_resources.grd).
3. remoting_strings.grds currently uses an overlapping resource ID range with chrome.
To avoid conflicts, this CL reserves ids [29550-30000) for strings in remoting
(see the changes in remoting/resources/resource_ids and tools/gritsettings/resource_ids).
Committed: https://crrev.com/28f1077f6e22f69039d92fd5e3eac1fcded76a81
Cr-Commit-Position: refs/heads/master@{#301566}
Patch Set 1 : #Patch Set 2 : Fix GN build error #
Messages
Total messages: 16 (7 generated)
|