blob: 40be44e6298f93f8da8fee4cf096fa42b4d4d67a [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 = [ "//garnet/public/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 = [
"//garnet/public/lib/fxl",
"//zircon/public/lib/async-cpp",
"//zircon/public/lib/async-default",
"//zircon/public/lib/zx",
]
}