1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19

fuchsia_web / BUILD.gn [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 = [
    "av_testing:av_sync_tests",
    "runners:cast_runner",
    "shell",
    "webengine:web_engine",
  ]
}