blob: f3465584bcf6c1e26785394da22933f9e5aa2888 [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("socket") {
visibility = [ "//src/lib/fsl/*" ]
sources = [
"blocking_drain.cc",
"blocking_drain.h",
"files.cc",
"files.h",
"socket_drainer.cc",
"socket_drainer.h",
"strings.cc",
"strings.h",
]
public_deps = [
"//src/lib/fxl",
"//zircon/public/lib/async-cpp",
"//zircon/public/lib/zx",
"//zircon/system/ulib/async-default",
]
public_configs = [ "//garnet/public:config" ]
}