# Copyright 2024 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 = "skyvault"
static_files = [ "local_files.html" ]
web_component_files = [ "local_files_migration_dialog.ts" ]
html_to_wrapper_template = "native"
ts_definitions = [ "//tools/typescript/definitions/chrome_send.d.ts" ]
ts_deps = [
"//ash/webui/common/resources:build_ts",
"//ash/webui/common/resources/cr_elements:build_ts",
"//third_party/cros-components:cros_components_ts",
"//third_party/polymer/v3_0:library",
"//ui/webui/resources/js:build_ts",
]
webui_context_type = "trusted"
}