| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 webapp_locale_dir = "$root_gen_dir/remoting/webapp/_locales" | 5 webapp_locale_dir = "$root_gen_dir/remoting/webapp/_locales" |
| 6 | 6 |
| 7 # See also remoting_locales_with_underscores below. | 7 # See also remoting_locales_with_underscores below. |
| 8 remoting_locales = [ | 8 remoting_locales = [ |
| 9 "am", | 9 "am", |
| 10 "ar", | 10 "ar", |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 "sl", | 141 "sl", |
| 142 "sr", | 142 "sr", |
| 143 "sv", | 143 "sv", |
| 144 "sw", | 144 "sw", |
| 145 "th", | 145 "th", |
| 146 "tl", | 146 "tl", |
| 147 "tr", | 147 "tr", |
| 148 "uk", | 148 "uk", |
| 149 "vi", | 149 "vi", |
| 150 "zh-rCN", | 150 "zh-rCN", |
| 151 "zh", | 151 "zh-rTW", |
| 152 ] | 152 ] |
| 153 | 153 |
| 154 # The list of .json files generated by remoting_strings.grd. | 154 # The list of .json files generated by remoting_strings.grd. |
| 155 remoting_webapp_locale_files = | 155 remoting_webapp_locale_files = |
| 156 process_file_template( | 156 process_file_template( |
| 157 messages_locales, | 157 messages_locales, |
| 158 [ "remoting/webapp/_locales/{{source_name_part}}/messages.json" ]) | 158 [ "remoting/webapp/_locales/{{source_name_part}}/messages.json" ]) |
| OLD | NEW |