blob: 02cbe08c592a604f83e4e2c7a3b6c1bc0742e2c3 [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("common") {
deps = [
":async_holder",
":teardown",
]
}
source_set("async_holder") {
sources = [
"async_holder.cc",
"async_holder.h",
]
deps = [
"//garnet/public/lib/fsl",
"//src/lib/fxl",
]
}
source_set("teardown") {
sources = [
"teardown.h",
]
public_deps = [
"//src/lib/fxl",
]
}