blob: b31ce66ee7abbcde190f1f89e0eb05a911b0cb64 [file] [log] [blame]
# Copyright 2022 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//chrome/common/features.gni")
import("//ui/webui/resources/tools/build_webui.gni")
assert(is_win || is_mac || is_linux || is_fuchsia)
build_webui("build") {
grd_prefix = "app_settings"
static_files = [ "web_app_settings.html" ]
web_component_files = [ "app.ts" ]
non_web_component_files = [ "web_app_settings.ts" ]
ts_composite = true
ts_deps = [
"//third_party/polymer/v3_0:library",
"//ui/webui/resources/cr_components/app_management:build_ts",
"//ui/webui/resources/cr_components/localized_link:build_ts",
"//ui/webui/resources/cr_elements:build_ts",
"//ui/webui/resources/js:build_ts",
]
}