# Copyright 2018 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//tools/typescript/webui_ts_library.gni")
webui_ts_library("build_ts") {
root_dir = "."
out_dir = "$target_gen_dir/tsc"
in_files = [
"offline_internals.ts",
"offline_internals_browser_proxy.ts",
]
definitions = [
"//tools/typescript/definitions/chrome_send.d.ts",
"//tools/typescript/definitions/pending.d.ts",
]
deps = [ "//ui/webui/resources/js:build_ts" ]
}