blob: e1a888d78003942d60cd32cac95b6609c3d2b6a7 [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 = [
"//src/lib/fxl",
]
public_deps = [
"//sdk/fidl/fuchsia.ui.input",
"//src/lib/fxl",
]
}