blob: d0e1c31dfba96bee8c50f99fd254efacc1ae4ca9 [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",
]
ts_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"
}