blob: faa5adf924db7349bd5ee6af96edaf2e462bbb29 [file] [log] [blame]
# Copyright 2022 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//chrome/browser/resources/tools/build_webui.gni")
import("//chrome/common/features.gni")
assert(!is_android)
build_webui("build") {
grd_prefix = "profile_internals"
static_files = [ "profile_internals.html" ]
web_component_files = [ "profile_internals_app.ts" ]
non_web_component_files = [ "profile_internals_browser_proxy.ts" ]
ts_definitions = [ "//tools/typescript/definitions/chrome_send.d.ts" ]
ts_deps = [
"//third_party/polymer/v3_0:library",
"//ui/webui/resources:library",
]
}