blob: 72eed24cbb7381fced26f7027bdacaee9e831524 [file]
# Copyright 2020 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("../../../third_party/typescript/typescript.gni")
node_ts_library("rendering") {
sources = [ "Rendering_test.ts" ]
deps = [
"../../shared",
"../helpers",
]
}