| # 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("//ui/webui/resources/tools/build_webui.gni") |
| |
| build_webui("build") { |
| grd_prefix = "process" |
| |
| static_files = [ |
| "process_internals.css", |
| "process_internals.html", |
| ] |
| |
| ts_files = [ "process_internals.ts" ] |
| |
| mojo_files_deps = |
| [ "//content/browser/process_internals:mojo_bindings_ts__generator" ] |
| mojo_files = [ "$root_gen_dir/content/browser/process_internals/process_internals.mojom-webui.ts" ] |
| |
| ts_deps = [ |
| "//ui/webui/resources/cr_elements:build_ts", |
| "//ui/webui/resources/js:build_ts", |
| "//ui/webui/resources/mojo:build_ts", |
| ] |
| |
| webui_context_type = "trusted" |
| grit_output_dir = "$root_gen_dir/content" |
| } |