blob: 0ae7cd26af88899d3aeb1c834d9fde4391b4090f [file] [log] [blame]
# Copyright 2015 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("cpp") {
sources = [
"formatting.cc",
"formatting.h",
]
public_deps = [
"//garnet/public/fidl/fuchsia.ui.viewsv1",
"//garnet/public/lib/ui/geometry/cpp",
]
}