Skip to content
  • sdefresne's avatar
    Fix packing localized strings for //remoting. · e79e858d
    sdefresne authored
    On iOS, the locales "pt-BR" and "es-419" are called respectively
    "pt" and "es-MX" (with on-disk files named "pt" and "es_MX").
    
    Fix remoting_strings.grd to use the correct rules when listing the
    output files (i.e. add conditionals around "pt" and "es-MX" when
    generating both message.json and $locale.pak files).
    
    Add the corresponding fixes to the declaration of the remoting_locales
    and remoting_locales_with_underscores variables.
    
    Fix warning about multiple target generating the same files when doing
    a fat build on iOS by using root_out_dir (that depends on the toolchain)
    instead of root_build_dir (independent of the toolchain) for the output
    paths.
    
    BUG=711551
    
    Review-Url: https://codereview.chromium.org/2824173004
    Cr-Commit-Position: refs/heads/master@{#465934}
    e79e858d