blob: 399afe5cd4e5bd17d8c3f36ef6ee010731727e0a [file] [log] [blame]
# Copyright 2017 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.
source_set("formatting") {
sources = [
"formatting.cc",
"formatting.h",
]
deps = [
"//peridot/public/fidl/fuchsia.modular",
]
}