blob: 918b99a5c85bbb3bd54fdf3647f8f5526a1e1ac8 [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("//tools/typescript/ts_library.gni")
ts_library("build_ts") {
root_dir = "."
out_dir = "$target_gen_dir/tsc"
in_files = [ "accessibility.ts" ]
definitions = [ "//tools/typescript/definitions/chrome_send.d.ts" ]
deps = [ "//ui/webui/resources/js:build_ts" ]
}