forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Repack 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). Review URL: https://codereview.chromium.org/682863002 Cr-Commit-Position: refs/heads/master@{#301566}
- Loading branch information
kelvinp
authored and
Commit bot
committed
Oct 28, 2014
1 parent
ad9d3cc
commit 28f1077
Showing
8 changed files
with
92 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters