aboutsummaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorRyan Keane <rwkeane@google.com>2020-01-30 12:03:25 -0800
committerCommit Bot <commit-bot@chromium.org>2020-01-30 20:25:58 +0000
commitcdda2f683b722bd5c4c80246c0aa7062c0d03a1c (patch)
treefbad6d46162ec1d1df7e5be1c94345d14c323fd8 /BUILD.gn
parentb4d61bbba133439e29e56608cbfa2557968dbc43 (diff)
downloadopenscreen-cdda2f683b722bd5c4c80246c0aa7062c0d03a1c.tar.gz
Discovery: Add Reporting Client + Initialization Struct
This CL adds the following: - A virtual reporting class, to allow errors occurring in the discovery pipeline to get reported back to the caller. - An initialization configuration struct, to provide initialzation parameters to the mDNS and DNS-SD layers These 2 changes are combined into one CL because they touch all the same files, so reviewing them together / writing them together should save everyone time Future work will include: - Adding error reporting to the discovery/public dir. This work is pending completing of a parallel CL which will require redoing any work done on this goal now: https://chromium-review.googlesource.com/c/openscreen/+/2024453 - Adding support for state change callbacks in the reporting client. Change-Id: Iadb5e53b818beae82c0135ad27a11294823318d4 Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/2028449 Commit-Queue: Ryan Keane <rwkeane@google.com> Reviewed-by: Brandon Tolsch <btolsch@chromium.org> Reviewed-by: mark a. foltz <mfoltz@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 2806bc91..2f832638 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -26,6 +26,7 @@ group("gn_all") {
"cast/sender:channel",
"cast/streaming:receiver",
"cast/streaming:sender",
+ "discovery:common",
"discovery:dnssd",
"discovery:mdns",
"discovery:public",