blob: 098d010d6739adf03467e283abad1337f3bed167 [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("cpp") {
sources = [
"formatting.cc",
"formatting.h",
]
deps = [
"//garnet/public/lib/fxl",
]
public_deps = [
"//garnet/public/fidl/fuchsia.ui.input",
"//garnet/public/lib/fxl",
]
}