| # Copyright 2023 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 = "sensor_info" |
| |
| static_files = [ |
| "sensor_info.css", |
| "sensor_info.html", |
| ] |
| |
| web_component_files = [ "app.ts" ] |
| |
| ts_files = [ |
| # For example the BrowserProxy file would go here. |
| ] |
| |
| ts_deps = [ |
| "//third_party/polymer/v3_0:library", |
| "//ui/webui/resources/js:build_ts", |
| ] |
| webui_context_type = "trusted" |
| } |