blob: 48fca712913a76c769cbc8fd1732c9a4c03a788a [file] [log] [blame]
# Copyright 2025 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("manifest.gni")
manifest("google_xkb_manifest") {
input_file = "google_xkb_manifest.json.jinja2"
output_file = "$root_gen_dir/chrome/browser/resources/chromeos/input_method/google_xkb_manifest.json"
}
manifest("google_xkb_manifest_v3") {
input_file = "google_xkb_manifest.json.jinja2"
output_file = "$root_gen_dir/chrome/browser/resources/chromeos/input_method/google_xkb_manifest_v3.json"
is_manifest_v3 = true
}
group("resources") {
public_deps = [
":google_xkb_manifest",
":google_xkb_manifest_v3",
]
}