blob: 0804fd71f279272b9e340ea7502b12484de126ce [file] [log] [blame]
# 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" ])
}