[go: nahoru, domu]

blob: 5a4d8cc71927a01575bdc2cf875dfa7e90574caf [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("selectors") {
testonly = true
sources = [ "CSSSelector_test.ts" ]
deps = [ "../../../../../../../front_end/panels/recorder/injected" ]
}