blob: 90c4560f0c6921a92a2639bb23e28f5726f1b43e [file] [log] [blame]
# 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",
"escher",
]
}
group("tests") {
testonly = true
public_deps = [
"escher/test:escher_examples_test($host_toolchain)",
"flatland-view-provider:flatland-view-provider-tests",
]
}
fuchsia_package("flatland-examples") {
package_name = "flatland-examples"
deps = [
"flatland-view-provider",
"flatland-view-provider:flatland-view-provider-vulkan",
"screen_recording:screen_recording_component",
"simplest-app-flatland",
"simplest-app-flatland:simplest-app-flatland-session",
"simplest_sysmem:simplest_sysmem_component",
]
}