1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 webapp_locale_dir = "$root_gen_dir/remoting/webapp/_locales"
7 # See also remoting_locales_with_underscores below.
71 # Some locales have hyphens in the names but for some uses underscores are
73 remoting_locales_with_underscores = remoting_locales
74 remoting_locales_with_underscores -= [
84 remoting_locales_with_underscores += [
96 remoting_locales += [ "en-US" ]
97 remoting_locales_with_underscores += [ "en_US" ]
100 messages_locales = remoting_locales_with_underscores
102 # The messages output includes a separate one for en-US that the pak ones
103 # don't have. We don't need to do this on ChromeOS since en_US is in the
104 # locales list be default there.
105 messages_locales += [ "en_US" ]
108 # The list of .json files generated by remoting_strings.grd.
109 remoting_webapp_locale_files =
110 process_file_template(
112 [ "remoting/webapp/_locales/{{source_name_part}}/messages.json" ])