[go: nahoru, domu]

blob: 2ae6d41b39c3279bbad15bb36ec91d054d1f9128 [file] [log] [blame]
# Copyright 2020 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/ninja/copy.gni")
import("../../third_party/typescript/typescript.gni")
group("e2e") {
deps = [
":config",
":tests",
"resources",
]
}
node_ts_library("tests") {
deps = [
"animations",
"application",
"assertion",
"changes",
"console",
"coverage",
"cross_tool_integration",
"css_overview",
"elements",
"emulation",
"extensions",
"host",
"inline_editor",
"issues",
"layers",
"lighthouse",
"media",
"memory",
"network",
"performance",
"profiler",
"puppeteer",
"quick_open",
"rendering",
"search",
"security",
"sensors",
"settings",
"snippets",
"sources",
"recorder",
"webaudio",
]
}
copy_to_gen("config") {
sources = [
".mocharc.js",
"test-runner-config.json",
]
}