| # 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("cpp") { | |
| sources = [ | |
| "message_relay.cc", | |
| "message_relay.h", | |
| "net_stub_responder.h", | |
| ] | |
| deps = [ | |
| "//garnet/public/lib/app/cpp", | |
| "//garnet/public/lib/fsl", | |
| "//garnet/public/lib/fxl", | |
| "//garnet/public/lib/netconnector/fidl", | |
| "//garnet/public/lib/svc/cpp", | |
| "//zircon/system/ulib/zx", | |
| ] | |
| public_configs = [ "//garnet/public:config" ] | |
| } |