| import("//ui/webui/resources/tools/build_webui.gni") |
| |
| build_webui("build") { |
| grd_prefix = "batch_upload" |
| |
| static_files = [ "batch_upload.html" ] |
| |
| ts_files = [ |
| "batch_upload.ts", |
| "batch_upload_app.html.ts", |
| "batch_upload_app.ts", |
| "browser_proxy.ts", |
| "data_section.html.ts", |
| "data_section.ts", |
| ] |
| |
| css_files = [ |
| "batch_upload_app.css", |
| "data_section.css", |
| ] |
| |
| webui_context_type = "trusted" |
| |
| ts_composite = true |
| ts_deps = [ |
| "//third_party/lit/v3_0:build_ts", |
| "//ui/webui/resources/cr_elements:build_ts", |
| "//ui/webui/resources/js:build_ts", |
| "//ui/webui/resources/mojo:build_ts", |
| ] |
| |
| mojo_files_deps = [ |
| "//chrome/browser/ui/webui/signin/batch_upload:mojo_bindings_ts__generator", |
| ] |
| mojo_files = [ "$root_gen_dir/chrome/browser/ui/webui/signin/batch_upload/batch_upload.mojom-webui.ts" ] |
| } |