chromium/chrome/browser/resources/chromeos/sensor_info/BUILD.gn

# 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.html",
    "sensor_info.css",
  ]

  web_component_files = [ "app.ts" ]

  non_web_component_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"
}