[go: nahoru, domu]

blob: d274fbbbc45c6b0b85f2da3a9bbec3cd33248b6b [file] [log] [blame]
# Copyright 2023 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("components") {
testonly = true
sources = [
"create-recording-view_test.ts",
"recording-list-view_test.ts",
"recording-view_test.ts",
"replay-button_test.ts",
"select-button_test.ts",
"split-view_test.ts",
"step-editor_test.ts",
"step-view_test.ts",
]
deps = [
"../../../../../../front_end/ui/components/text_editor:bundle",
"../../../../../../test/unittests/front_end/helpers",
"../../../../../../front_end/panels/recorder/components:bundle",
"../../../../../../front_end/panels/recorder/models:bundle",
"../../../helpers",
]
}