blob: bc92b21b109a08b198fd37b6ac2f6fe7cd6216b3 [file] [log] [blame]
# Copyright 2022 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.
assert(is_fuchsia)
visibility = [ "//:gn_all" ]
# Ensures every target within this directory is reachable.
# Used by "//:gn_all".
group("gn_all") {
testonly = true
deps = [
"runners:cast_runner",
"runners:web_runner",
"shell",
"webengine:web_engine",
]
}