blob: 37603a77d1d942a24fa5707e1bb6cd985695c72c [file] [log] [blame]
# Copyright 2020 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
assert(is_fuchsia)
import("//build/config/fuchsia/generate_runner_scripts.gni")
source_set("receiver") {
deps = [
"//base",
"//components/openscreen_platform",
"//net",
"//third_party/openscreen/src/cast/streaming:receiver",
"//third_party/openscreen/src/platform:api",
]
sources = [
"receiver_udp_socket.cc",
"receiver_udp_socket.h",
]
}