BUILD.gn 442 B

12345678910111213141516171819
  1. # Copyright 2022 The Chromium Authors. All rights reserved.
  2. # Use of this source code is governed by a BSD-style license that can be
  3. # found in the LICENSE file.
  4. assert(is_fuchsia)
  5. visibility = [ "//:gn_all" ]
  6. # Ensures every target within this directory is reachable.
  7. # Used by "//:gn_all".
  8. group("gn_all") {
  9. testonly = true
  10. deps = [
  11. "runners:cast_runner",
  12. "runners:web_runner",
  13. "shell",
  14. "webengine:web_engine",
  15. ]
  16. }