# Copyright 2023 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")

grit_strings("strings") {
  source = "ios_whats_new_strings.grd"
  inputs = process_file_template(
               xtb_locales,
               [ "resources/ios_whats_new_strings_{{source_name_part}}.xtb" ]) +
           [
             "m143_strings.grdp",
             "subtitle_strings.grdp",
             "tips_strings.grdp",
           ]
  output_dir = "$root_gen_dir/ios/chrome"
  outputs = [ "grit/ios_whats_new_strings.h" ]
  output_prefix = "ios_whats_new_strings_"
}
