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

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

Issue 2701633002: [Media Router] Add DialMediaSinkService and DeviceDescriptionService (Closed)
Patch Set: fix chromeos compile error Created 3 years, 8 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
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 3115fe58610f08d78a5daf93338a889e32b4e119..21199e1256b57de557877a972fafae8d49e09d87 100644
--- a/chrome/browser/media/router/discovery/BUILD.gn
+++ b/chrome/browser/media/router/discovery/BUILD.gn
@@ -18,12 +18,18 @@ static_library("discovery") {
sources = [
"dial/device_description_fetcher.cc",
"dial/device_description_fetcher.h",
+ "dial/device_description_service.cc",
+ "dial/device_description_service.h",
"dial/dial_device_data.cc",
"dial/dial_device_data.h",
+ "dial/dial_media_sink_service.cc",
+ "dial/dial_media_sink_service.h",
"dial/dial_registry.cc",
"dial/dial_registry.h",
"dial/dial_service.cc",
"dial/dial_service.h",
+ "dial/parsed_dial_device_description.cc",
+ "dial/parsed_dial_device_description.h",
"dial/safe_dial_device_description_parser.cc",
"dial/safe_dial_device_description_parser.h",
]
« no previous file with comments | « chrome/browser/media/router/BUILD.gn ('k') | chrome/browser/media/router/discovery/dial/device_description_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698