blob: 0627da9adad89b44182d2333e3c94b87024b5ad1 [file] [log] [blame]
# Copyright 2019 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 = [
"host_memory.cc",
"host_memory.h",
"mesh_utils.cc",
"mesh_utils.h",
]
public_deps = [
"//sdk/fidl/fuchsia.images",
"//sdk/fidl/fuchsia.ui.gfx",
"//sdk/fidl/fuchsia.ui.scenic",
"//sdk/fidl/fuchsia.ui.views",
"//sdk/lib/fidl/cpp",
"//sdk/lib/images/cpp",
"//sdk/lib/ui/scenic/cpp",
"//zircon/public/lib/fit",
"//zircon/public/lib/zx",
]
# TODO(fxbug.dev/58162): delete the below and fix compiler warnings
configs += [ "//build/config:Wno-conversion" ]
}