[go: nahoru, domu]

blob: e7de0ff52a4aee16af26c79dc2f4a933f8bfe156 [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("recorder") {
testonly = true
sources = [ "RecorderController_test.ts" ]
deps = [
"../../../../../test/unittests/front_end/helpers",
"../../../../../front_end/panels/recorder:bundle",
]
}