910e62b5创建于 1月15日历史提交
# 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/locales.gni")
import("//tools/grit/grit_rule.gni")
import("//tools/grit/repack.gni")

grit_strings("strings") {
  source = "../chromeos_strings.grd"
  outputs = [ "grit/chromeos_strings.h" ]
  output_prefix = "chromeos_strings_"
}

repack("chromeos_test_strings") {
  sources = [ "$root_gen_dir/chromeos/strings/chromeos_strings_en-US.pak" ]
  output = "$root_out_dir/chromeos_test_strings.pak"
  deps = [ ":strings" ]
}