[go: nahoru, domu]

blob: e3901d55936212b910554fda072b0941dc1c5f00 [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("timeline") {
testonly = true
sources = [
"EventTypeHelpers_test.ts",
"SaveFileFormatter_test.ts",
"SourceMaps_test.ts",
"TimelineFlameChartDataProvider_test.ts",
"TimelineFlameChartView_test.ts",
"TimelineHistoryManager_test.ts",
"TimelineSelection_test.ts",
"TimelineTreeView_test.ts",
"TimelineUIUtils_test.ts",
]
deps = [
"../../../../../front_end/core/sdk:bundle",
"../../../../../front_end/models/timeline_model:bundle",
"../../../../../front_end/models/trace:bundle",
"../../../../../front_end/panels/timeline:bundle",
"../../helpers",
"./track_appenders",
]
}