blob: 0a1f32b77484d52be16580697710f7032eb5d978 [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("../../../../scripts/build/typescript/typescript.gni")
node_ts_library("components") {
sources = [
"Dialog_test.ts",
"IconDialog_test.ts",
"SelectMenu_test.ts",
"ShortcutDialog_test.ts",
]
deps = [
"../../../../front_end/ui/components/dialogs:bundle",
"../../../../front_end/ui/components/menus:bundle",
"../../../../test/e2e/helpers",
"../../../../test/interactions/helpers",
"../../../../test/shared",
]
}