blob: 21cad247fc8d7a39af034911aa1bdaa97329a492 [file] [log] [blame]
# 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("//ui/webui/resources/tools/build_webui.gni")
build_webui("build") {
grd_prefix = "commerce_internals"
static_files = [
"commerce_internals.css",
"commerce_internals.html",
]
non_web_component_files = [
"commerce_internals.ts",
"commerce_internals_api_proxy.ts",
]
mojo_files_deps = [
"//components/commerce/core/internals/mojom:mojo_bindings_ts__generator",
]
mojo_files = [ "$root_gen_dir/components/commerce/core/internals/mojom/commerce_internals.mojom-webui.ts" ]
ts_deps = [
"//ui/webui/resources/js:build_ts",
"//ui/webui/resources/mojo:build_ts",
]
grit_output_dir = "$root_gen_dir/components"
}