| # Copyright 2018 The Chromium Authors |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| import("//chrome/browser/resources/tools/build_webui.gni") |
| |
| build_webui("build") { |
| grd_prefix = "download_internals" |
| |
| static_files = [ |
| "download_internals.css", |
| "download_internals.html", |
| ] |
| |
| non_web_component_files = [ |
| "download_internals_browser_proxy.ts", |
| "download_internals_visuals.ts", |
| "download_internals.ts", |
| ] |
| |
| ts_deps = [ "//ui/webui/resources/js:build_ts" ] |
| ts_use_local_config = false |
| |
| grit_output_dir = "$root_gen_dir/components" |
| } |