[go: nahoru, domu]

blob: 54e25005a96a2a161039bd13240fd57fbb479090 [file] [log] [blame]
# Copyright 2021 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")
ts_library("issues") {
testonly = true
sources = [
"DeprecationIssue_test.ts",
"GenericIssue_test.ts",
"IssueAggregator_test.ts",
"IssueView_test.ts",
"LowContrastIssuesAggregation_test.ts",
]
deps = [
"../../../../../front_end/core/common:bundle",
"../../../../../front_end/core/host:bundle",
"../../../../../front_end/core/sdk:bundle",
"../../../../../front_end/panels/issues:bundle",
"../../core/sdk",
"../../helpers",
"../../models/issues_manager",
]
}