BUILD.gn 567 B

1234567891011121314151617
  1. # Copyright 2018 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.
  4. import("//build/config/chromeos/ui_mode.gni")
  5. import("//build/config/locales.gni")
  6. import("//tools/grit/grit_rule.gni")
  7. assert(is_chromeos_ash)
  8. grit("strings") {
  9. source = "../shortcut_viewer_strings.grd"
  10. outputs = [ "grit/shortcut_viewer_strings.h" ] +
  11. process_file_template(
  12. all_chrome_locales,
  13. [ "shortcut_viewer_strings_{{source_name_part}}.pak" ])
  14. }