blob: ac4c0ec2cd075c97eb63e6aa725dee0f31fe3ac6 [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.
source_set("formatting") {
sources = [
"formatting.cc",
"formatting.h",
]
deps = [
"//garnet/public/lib/fidl/cpp",
"//peridot/public/fidl/fuchsia.modular",
]
}