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

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

Issue 1020743003: [Media Router] Design MediaRouter interface with stub implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed Kevin's comments, removed extension_* files for now Created 5 years, 9 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 81bc6a87204a90b24e644f05ed720991c3ce647d..6d399069a61bf0cfcc233fd33e9ee3d68bbcf149 100644
--- a/chrome/browser/media/router/BUILD.gn
+++ b/chrome/browser/media/router/BUILD.gn
@@ -13,8 +13,20 @@ source_set("router") {
"media_route.cc",
"media_route.h",
"media_route_id.h",
+ "media_route_provider_manager_host.h",
+ "media_route_response.cc",
+ "media_route_response.h",
+ "media_router.h",
+ "media_router_impl.cc",
+ "media_router_impl.h",
+ "media_router_impl_factory.cc",
+ "media_router_impl_factory.h",
+ "media_routes_observer.cc",
+ "media_routes_observer.h",
"media_sink.cc",
"media_sink.h",
+ "media_sinks_observer.cc",
+ "media_sinks_observer.h",
"media_source.cc",
"media_source.h",
"media_source_helper.cc",
« no previous file with comments | « no previous file | chrome/browser/media/router/media_route.h » ('j') | chrome/browser/media/router/media_route.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698