blob: fbf3a9baada19b49490cd85bcd604afaf945600c [file] [log] [blame]
# 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")
build_webui("build") {
grd_prefix = "predictors"
static_files = [
"predictors.css",
"predictors.html",
]
non_web_component_files = [
"autocomplete_action_predictor.ts",
"predictors.ts",
"resource_prefetch_predictor.ts",
]
ts_deps = [
"//ui/webui/resources/cr_elements:build_ts",
"//ui/webui/resources/js:build_ts",
]
ts_definitions = [ "//tools/typescript/definitions/chrome_send.d.ts" ]
webui_context_type = "trusted"
}