blob: 171e1ffbebe4f4202b575df47427a57ec3d1207e [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",
"escher-flatland",
]
}
group("tests") {
testonly = true
public_deps = [ "flatland-rainbow:flatland-rainbow-tests" ]
}
fuchsia_package("flatland-examples") {
package_name = "flatland-examples"
deps = [
"flatland-rainbow",
"flatland-rainbow:flatland-rainbow-vulkan",
"screen_recording:screen_recording_component",
"simplest-app-flatland",
"simplest-app-flatland:simplest-app-flatland-session",
"simplest_sysmem:simplest_sysmem_component",
]
}