blob: d0acd7d3d8736e22ecfe729b893d755296c8995b [file] [log] [blame]
Avi Drissman8804558b2022-09-13 20:34:391# Copyright 2022 The Chromium Authors
David Dorwin7adc701c2022-05-27 16:45:162# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5assert(is_fuchsia)
6
7visibility = [ "//:gn_all" ]
8
9# Ensures every target within this directory is reachable.
10# Used by "//:gn_all".
David Dorwin7adc701c2022-05-27 16:45:1611group("gn_all") {
David Dorwine280da22022-06-28 14:53:2712 testonly = true
David Dorwin7adc701c2022-05-27 16:45:1613 deps = [
Hzj_jie159f7502024-07-23 18:27:3914 "av_testing:av_sync_tests",
David Dorwin50b9e8bd2022-06-02 19:13:3615 "runners:cast_runner",
David Dorwine280da22022-06-28 14:53:2716 "shell",
David Dorwin13dc48b2022-06-03 21:18:4217 "webengine:web_engine",
zijiehe-google-com356980f2025-05-08 20:58:1518 "//build/fuchsia/test:component_storage_test",
David Dorwin7adc701c2022-05-27 16:45:1619 ]
20}