Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1918)

Unified Diff: chrome/browser/media/router/discovery/BUILD.gn

Issue 2927833002: [Media Router] Add CastMediaSinkService (Closed)
Patch Set: fix tsan and mac unit test failures Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/media/router/discovery/mdns/cast_media_sink_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/router/discovery/BUILD.gn
diff --git a/chrome/browser/media/router/discovery/BUILD.gn b/chrome/browser/media/router/discovery/BUILD.gn
index 34f1b5d80e5c65263d114e415493b069701568d9..79ad9c13aad92f341bc356d10ca16b5dcbd382e4 100644
--- a/chrome/browser/media/router/discovery/BUILD.gn
+++ b/chrome/browser/media/router/discovery/BUILD.gn
@@ -12,6 +12,7 @@ static_library("discovery") {
"//base:i18n",
"//chrome/app:generated_resources",
"//chrome/common:constants",
+ "//components/cast_channel",
"//content/public/browser",
"//content/public/common",
]
@@ -34,6 +35,8 @@ static_library("discovery") {
"dial/parsed_dial_device_description.h",
"dial/safe_dial_device_description_parser.cc",
"dial/safe_dial_device_description_parser.h",
+ "mdns/cast_media_sink_service.cc",
+ "mdns/cast_media_sink_service.h",
"mdns/dns_sd_delegate.cc",
"mdns/dns_sd_delegate.h",
"mdns/dns_sd_device_lister.cc",
« no previous file with comments | « no previous file | chrome/browser/media/router/discovery/mdns/cast_media_sink_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698