# 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("//ui/webui/resources/tools/build_webui.gni")
build_webui("build") {
grd_prefix = "set_time_dialog"
static_files = [ "set_time.html" ]
web_component_files = [ "set_time_dialog.ts" ]
non_web_component_files = [
"set_time.ts",
"set_time_browser_proxy.ts",
]
ts_definitions = [ "//tools/typescript/definitions/chrome_send.d.ts" ]
ts_deps = [
"//ash/webui/common/resources/cr_elements:build_ts",
"//third_party/polymer/v3_0:library",
"//ui/webui/resources/cr_components/color_change_listener:build_ts",
"//ui/webui/resources/js:build_ts",
]
webui_context_type = "trusted"
}