blob: f5fb327c5eb3c4f15b578e00b96ef680a67e5d13 [file] [log] [blame]
# 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/ts_library.gni")
ts_library("build_ts") {
root_dir = "."
out_dir = "$target_gen_dir/tsc"
in_files = [ "histograms_internals.ts" ]
deps = [ "//ui/webui/resources/js:build_ts" ]
}