blob: 460a7f1e85f2ff3d579882cbf76b6311e6b97a6a [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("shared") {
sources = [
"async-scope.ts",
"config.ts",
"helper.ts",
"mocha-extensions.ts",
"mocha-resultsdb-reporter.ts",
"resultsdb.ts",
"screenshots.ts",
"snapshots.ts",
"text-color.ts",
]
deps = [ "../conductor:implementation" ]
}