[go: nahoru, domu]

blob: 85b69f4f75a98ae4a74bee63fbbee5db4a084e78 [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("converters") {
testonly = true
sources = [
"LighthouseConverter_test.ts",
"PuppeteerConverter_test.ts",
"PuppeteerReplayConverter_test.ts",
]
deps = [
"../../../../../../test/unittests/front_end/helpers",
"../../../../../../front_end/panels/recorder/converters:bundle",
"../../../../../../front_end/panels/recorder/models:bundle",
]
}