blob: 48417edf41a62baa8e35ef28230347164a1423c9 [file] [log] [blame]
# Copyright 2018 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("//peridot/build/executable_package.gni")
import("//peridot/build/tests_package.gni")
group("story") {
testonly = true
deps = [
":system",
"model",
"systems",
]
}
source_set("system") {
sources = [
"system.cc",
"system.h",
]
public_deps = [
"//src/lib/fxl",
]
}