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

Unified Diff: chrome/browser/media/router/media_router.gyp

Issue 1076973002: [Media Router] Reland: MediaRouter interfaces with stub implementations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « chrome/browser/media/router/media_router.h ('k') | chrome/browser/media/router/media_router_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/router/media_router.gyp
diff --git a/chrome/browser/media/router/media_router.gyp b/chrome/browser/media/router/media_router.gyp
index 6b9756c711dc00c7591f3bd2b3b5b5157a62c16b..78626125e7f211e4dce2a9ab5c189ec946cc7c04 100644
--- a/chrome/browser/media/router/media_router.gyp
+++ b/chrome/browser/media/router/media_router.gyp
@@ -19,8 +19,17 @@
'media_route.cc',
'media_route.h',
'media_route_id.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 | « chrome/browser/media/router/media_router.h ('k') | chrome/browser/media/router/media_router_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698