# Copyright 2020 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 = "notifications_internals"
static_files = [ "notifications_internals.html" ]
non_web_component_files = [
"notifications_internals.ts",
"notifications_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 = "notifications"
webui_context_type = "trusted"
}