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

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

Issue 1132903002: [MediaRouter] Add implementation of PresentationServiceDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/BUILD.gn
diff --git a/chrome/browser/media/router/BUILD.gn b/chrome/browser/media/router/BUILD.gn
index 69b2a5f0c8da0d7c815c84e8e11ced5fcd026c84..20e7228b21db97b145965a8357658bece2f00635 100644
--- a/chrome/browser/media/router/BUILD.gn
+++ b/chrome/browser/media/router/BUILD.gn
@@ -46,8 +46,12 @@ source_set("router_core") {
"media_source.h",
"media_source_helper.cc",
"media_source_helper.h",
+ "presentation_helper.cc",
+ "presentation_helper.h",
"presentation_media_sinks_observer.cc",
"presentation_media_sinks_observer.h",
+ "presentation_service_delegate_impl.cc",
+ "presentation_service_delegate_impl.h",
Wez 2015/05/27 22:37:48 Where are the browser and unit-test .ccs added to
"route_id_manager.cc",
"route_id_manager.h",
]

Powered by Google App Engine
This is Rietveld 408576698