blob: fa307afe64df8129910c6651bea8d489cb7c05c6 [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/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" ]
}