DescriptionGenerate the lists of localization files instead of hardcoding them.
This CL modifies remoting/tools/localize.py script such that it can:
- be invoked via 'pymod_do_main' filter.
- generate a separate output file for each locale/language.
- produce the list of output files for given set of parameters.
remoting.gyp now generates the lists of .pak and message.json files invoking the script via 'pymod_do_main' filter. 'pymod_do_main' is necessary to pass paths unaltered between GYP and python.
The script was also renamed to remoting/tools/build/remoting_localize.py to avoid potential name clashes since the script is globally visible now.
TBR is for the DEPS changes only.
TBR=cpu@chromium.org
BUG=155204
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=211227
Patch Set 1 #Patch Set 2 : - #
Total comments: 2
Patch Set 3 : CR feedback #Patch Set 4 : rebased #Patch Set 5 : Updating DEPS and path to jinja2. #
Messages
Total messages: 7 (0 generated)
|