blob: e3ce3ea94f70d87bdffe708d1483f956a070b771 [file] [log] [blame]
# 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" ]
ts_files = [
"local_files.ts",
"local_files_browser_proxy.ts",
]
mojo_files = [ "$root_gen_dir/chrome/browser/ui/webui/ash/skyvault/local_files_migration.mojom-webui.ts" ]
mojo_files_deps =
[ "//chrome/browser/ui/webui/ash/skyvault:mojo_bindings_ts__generator" ]
html_to_wrapper_template = "detect"
icons_html_files = [ "skyvault_icons.html" ]
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/cr_components/color_change_listener:build_ts",
"//ui/webui/resources/js:build_ts",
"//ui/webui/resources/mojo:build_ts",
]
webui_context_type = "trusted"
}