blob: 07bf39c21dc8d225823dbd479756f6257a606b55 [file] [log] [blame]
# Copyright 2019 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_chromeos_lacros || is_fuchsia)
build_webui("build") {
grd_prefix = "browser_switch"
static_files = [
"browser_switch.html",
"internals/browser_switch_internals.html",
]
web_component_files = [
"app.ts",
"internals/app.ts",
]
non_web_component_files = [
"browser_switch_proxy.ts",
"internals/browser_switch_internals_proxy.ts",
]
ts_definitions = [ "//tools/typescript/definitions/chrome_send.d.ts" ]
ts_deps = [
"//third_party/polymer/v3_0:library",
"//ui/webui/resources/cr_elements:build_ts",
"//ui/webui/resources/js:build_ts",
]
}