| Index: chrome/browser/media/router/media_router.gypi
|
| diff --git a/chrome/browser/media/router/media_router.gypi b/chrome/browser/media/router/media_router.gypi
|
| index 264bcab4e20591668cd65880805fb255c5ca3758..05620f85c450e97a36c9ada351ab5926c92f21f5 100644
|
| --- a/chrome/browser/media/router/media_router.gypi
|
| +++ b/chrome/browser/media/router/media_router.gypi
|
| @@ -31,6 +31,10 @@
|
| 'media_source.h',
|
| 'media_source_helper.cc',
|
| 'media_source_helper.h',
|
| + 'offscreen_presentation_manager.cc',
|
| + 'offscreen_presentation_manager.h',
|
| + 'offscreen_presentation_manager_factory.cc',
|
| + 'offscreen_presentation_manager_factory.h',
|
| 'presentation_media_sinks_observer.cc',
|
| 'presentation_media_sinks_observer.h',
|
| 'presentation_service_delegate_impl.cc',
|
| @@ -39,6 +43,9 @@
|
| 'presentation_session_messages_observer.h',
|
| 'presentation_session_state_observer.cc',
|
| 'presentation_session_state_observer.h',
|
| + 'receiver_presentation_service_delegate_impl.cc',
|
| + 'receiver_presentation_service_delegate_impl.h',
|
| + 'render_frame_host_helper.h',
|
| ],
|
| # Files that are only needed on desktop builds
|
| 'media_router_non_android_sources': [
|
|
|