BUILD.gn 470 B

1234567891011121314
  1. # Copyright 2019 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/locales.gni")
  5. import("//tools/grit/grit_rule.gni")
  6. grit("strings") {
  7. source = "../services_strings.grd"
  8. outputs =
  9. [ "grit/services_strings.h" ] +
  10. process_file_template(all_chrome_locales,
  11. [ "services_strings_{{source_name_part}}.pak" ])
  12. }