[go: nahoru, domu]

blob: 6bc249df42ef53a6fcc1301d377e19ae8396e055 [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.
group("front_end") {
deps = [
":copy_karma_conf",
"../../../front_end/Images",
"bindings",
"browser_sdk",
"common",
"dom_extension",
"elements",
"formatter_worker",
"inline_editor",
"inspector_overlay",
"issues",
"persistence",
"platform",
"protocol_client",
"sdk",
"text_utils",
"ui",
]
}
copy("copy_karma_conf") {
sources = [ "karma.conf.js" ]
outputs = [ "$target_gen_dir/karma.conf.js" ]
}