| # Copyright 2016 The Fuchsia Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| import("//build/components.gni") |
| |
| group("examples") { |
| public_deps = [ |
| ":flatland-examples", |
| "simplest_app", |
| "yuv_to_image_pipe", |
| ] |
| } |
| |
| group("tests") { |
| testonly = true |
| public_deps = [ "flatland-view-provider:flatland-view-provider-tests" ] |
| } |
| |
| fuchsia_package("flatland-examples") { |
| package_name = "flatland-examples" |
| deps = [ |
| "flatland-display", |
| "flatland-display:flatland-display-rust", |
| "flatland-view-provider", |
| "flatland-view-provider:flatland-view-provider-v1", |
| ] |
| } |