[go: nahoru, domu]

blob: f638ef9a47b42618862cd87f8990419254510f03 [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("models") {
testonly = true
sources = [
"RecorderSettings_test.ts",
"RecorderShorcutHelper_test.ts",
"RecordingPlayer_test.ts",
"SchemaUtils_test.ts",
"ScreenshotUtils_test.ts",
"Section_test.ts",
"recording-storage_test.ts",
"screenshot-storage_test.ts",
]
deps = [
"../../../../../../front_end/generated:protocol",
"../../../../../../test/unittests/front_end/helpers",
"../../../../../../front_end/panels/recorder/models:bundle",
"../../../helpers",
]
}