| # 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/browser/resources/tools/build_webui.gni") |
| import("//chrome/common/features.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:library", |
| ] |
| } |