blob: 0cbb35827137ec81ba64c77c9e0eb4da528fc1ae [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("//build/fidl/fidl.gni")
fidl("fuchsia.modular.storymodel") {
sources = [
"constants.fidl",
"story_model.fidl",
"story_model_mutation.fidl",
]
deps = [
"//peridot/public/fidl/fuchsia.modular",
]
}