| # Copyright 2018 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) |
| |
| # Used by the top-level "gn_all" target to discover Fuchsia build targets. |
| group("gn_all") { |
| testonly = true |
| deps = [ |
| "base:cr_fuchsia_base_unittests", |
| "engine:web_engine", |
| "engine:web_engine_browsertests", |
| "engine:web_engine_shell", |
| "engine:web_engine_unittests", |
| "mojom:fuchsia_mojo_unittests", |
| "release:fuchsia_sizes", |
| "runners:cast_runner", |
| "runners:cast_runner_browsertests", |
| "runners:cast_runner_integration_tests", |
| "runners:cast_runner_unittests", |
| "runners:web_runner", |
| "//chromecast/bindings:bindings_manager_fuchsia", |
| |
| # Ensure this target, which is used by cipd, is built in all configurations. |
| "//media/cdm/library_cdm/clear_key_cdm:clear_key_cdm", |
| ] |
| |
| if (is_official_build) { |
| deps += [ "cipd" ] |
| } |
| } |