| 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 ee7867377f8487b10c149ac075d4ecfde9e6372b..0ff51cb88daeb57ff984f0745f825770782d3be9 100644
|
| --- a/chrome/browser/media/router/media_router.gyp
|
| +++ b/chrome/browser/media/router/media_router.gyp
|
| @@ -25,7 +25,7 @@
|
| 'issue.h',
|
| 'issue_manager.cc',
|
| 'issue_manager.h',
|
| - 'issue_observer.h',
|
| + 'issues_observer.h',
|
| 'media_route.cc',
|
| 'media_route.h',
|
| 'media_route_id.h',
|
| @@ -34,6 +34,10 @@
|
| 'media_router_impl.h',
|
| 'media_router_impl_factory.cc',
|
| 'media_router_impl_factory.h',
|
| + 'media_router_mojo_impl.cc',
|
| + 'media_router_mojo_impl.h',
|
| + 'media_router_mojo_impl_factory.cc',
|
| + 'media_router_mojo_impl_factory.h',
|
| 'media_router_type_converters.cc',
|
| 'media_router_type_converters.h',
|
| 'media_routes_observer.cc',
|
| @@ -67,6 +71,7 @@
|
| 'target_name': 'media_router_mojo',
|
| 'type': 'static_library',
|
| 'include_dirs': [
|
| + '<(DEPTH)',
|
| '<(DEPTH)/third_party/mojo/src',
|
| ],
|
| 'dependencies': [
|
| @@ -100,4 +105,4 @@
|
| },
|
|
|
| ],
|
| -}
|
| +}
|
|
|