| # 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" ] | |
| } |