blob: d90edc895f2343d473615bd8359512ca4435531d [file] [log] [blame]
# Copyright 2022 The Chromium Authors
# 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",
"shell",
"webengine:web_engine",
]
}