chromium/chrome/browser/resources/about_nacl/BUILD.gn

# Copyright 2019 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

import("//components/nacl/features.gni")
import("//tools/typescript/webui_ts_library.gni")

assert(enable_nacl || is_mac)

webui_ts_library("build_ts") {
  root_dir = "."
  out_dir = "$target_gen_dir/tsc"
  in_files = [ "about_nacl.ts" ]
  deps = [ "//ui/webui/resources/js:build_ts" ]
}