blob: 353b81de68316b8279a0d2e677efa3f78cea1ad4 [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/browser/resources/tools/build_webui.gni")
import("//chrome/common/features.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:library",
"//ui/webui/resources/cr_components/app_management:build_ts",
]
}