# Copyright 2021 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")
assert(is_android)
build_webui("build") {
grd_prefix = "lens_internals"
static_files = [ "lens_internals.html" ]
non_web_component_files = [
"lens_internals.ts",
"lens_internals_browser_proxy.ts",
]
ts_definitions = [ "//tools/typescript/definitions/chrome_send.d.ts" ]
ts_deps = [ "//ui/webui/resources/js:build_ts" ]
generate_grdp = true
grd_resource_path_prefix = "lens"
webui_context_type = "trusted"
}