| # Copyright 2018 The Chromium Authors | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| import("//build/config/chromeos/ui_mode.gni") | |
| import("//build/config/locales.gni") | |
| import("//tools/grit/grit_rule.gni") | |
| assert(is_chromeos_ash) | |
| grit("strings") { | |
| source = "../shortcut_viewer_strings.grd" | |
| outputs = [ "grit/shortcut_viewer_strings.h" ] + | |
| process_file_template( | |
| all_chrome_locales, | |
| [ "shortcut_viewer_strings_{{source_name_part}}.pak" ]) | |
| } |