blob: 0b2007e0381cc3c05465f93b73f3f3a3f70bda13 [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("//chrome/common/features.gni")
import("//tools/typescript/ts_library.gni")
ts_library("build_ts") {
root_dir = "."
out_dir = target_gen_dir
in_files = [
"predictors.ts",
"autocomplete_action_predictor.ts",
"resource_prefetch_predictor.ts",
]
deps = [ "//ui/webui/resources:library" ]
definitions = [ "//tools/typescript/definitions/chrome_send.d.ts" ]
}