blob: 043c7d80427cad1a200512b087126464c6e0b2fa [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/package.gni")
group("ui") {
public_deps = [
"hello_pose_buffer",
"hello_scenic",
"hello_spaces",
"hello_stereo",
"shadertoy/client",
"shadertoy/service",
"shapes",
"sketchy",
"spinning_square",
"tile",
"video_display",
]
}
package("hello_scenic") {
deprecated_system_image = true
deps = [
"hello_scenic",
]
binaries = [
{
name = "hello_scenic"
},
]
}
package("hello_spaces") {
deprecated_system_image = true
deps = [
"hello_spaces",
]
binaries = [
{
name = "hello_spaces"
},
]
}
package("hello_pose_buffer") {
deprecated_system_image = true
deps = [
"hello_pose_buffer",
]
binaries = [
{
name = "hello_pose_buffer"
},
]
}
package("hello_stereo") {
deprecated_system_image = true
deps = [
"hello_stereo",
]
binaries = [
{
name = "hello_stereo"
},
]
}
package("shadertoy_client") {
deps = [
"shadertoy/client",
]
binary = "shadertoy_client"
}
package("shadertoy_service") {
deps = [
"shadertoy/service",
]
binary = "shadertoy_service"
meta = [
{
path = rebase_path("shadertoy/service/meta/sandbox")
dest = "sandbox"
},
]
}
package("shapes_view") {
deps = [
"shapes",
]
binary = "shapes_view"
}
package("sketchy_client") {
deprecated_system_image = true
deps = [
"sketchy",
]
binaries = [
{
name = "sketchy_client"
},
]
}
package("spinning_square_view") {
deps = [
"spinning_square",
]
binary = "spinning_square_view"
}
package("tile_view") {
deps = [
"tile",
]
binary = "tile_view"
}
package("video_display") {
deps = [
"video_display",
]
binary = "video_display"
meta = [
{
path = rebase_path("video_display/meta/sandbox")
dest = "sandbox"
},
]
}