blob: ad3b847b50f67731a24e9253be43786b36c20485 [file] [log] [blame]
# Copyright 2019 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.
group("elements") {
deps = [
"//src/experiences/examples/spinning_cube",
"//src/session/examples/elements/element_proposer",
"//src/session/examples/elements/element_session",
"//src/session/examples/elements/simple_element",
]
}
group("tests") {
testonly = true
deps = [
"//src/session/examples/elements/element_proposer:tests",
"//src/session/examples/elements/element_session:tests",
"//src/session/examples/elements/simple_element:tests",
]
}