blob: b86b2490848c4910f15db78fef8965b8c1a48ba6 [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("sync-mutex") {
testonly = true
configs += [ "//build/config:all_source" ]
sources = [
"mutex.cc",
"mutex_wrapper.cc",
]
deps = [
"//zircon/system/ulib/sync",
"//zircon/system/ulib/sync:sync-cpp",
"//zircon/system/ulib/zircon-internal",
"//zircon/system/ulib/zxtest",
]
}