blob: e83d64b1913b7051ab1bcf46b00770edb980970e [file] [log] [blame]
# Copyright 2020 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 = "commander"
static_files = [ "commander.html" ]
web_component_files = [
"app.ts",
"option.ts",
]
non_web_component_files = [
"browser_proxy.ts",
"types.ts",
]
icons_html_files = [ "icons.html" ]
ts_composite = true
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",
]
}