| 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 5038b1dfd405b1aa4569b8189ae4a8d6fc541a17..3c22e427e9e1da4f9908dd06c1911a509d33fcad 100644
|
| --- a/chrome/browser/media/router/media_router.gyp
|
| +++ b/chrome/browser/media/router/media_router.gyp
|
| @@ -9,6 +9,7 @@
|
| 'type': 'static_library',
|
| 'include_dirs': [
|
| '<(DEPTH)',
|
| + '<(DEPTH)/third_party/mojo/src',
|
| ],
|
| 'dependencies': [
|
| ':media_router_mojo',
|
| @@ -20,7 +21,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',
|
| @@ -29,6 +30,12 @@
|
| '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',
|
| 'media_routes_observer.h',
|
| 'media_sink.cc',
|
| @@ -58,10 +65,11 @@
|
| 'target_name': 'media_router_mojo',
|
| 'type': 'static_library',
|
| 'include_dirs': [
|
| + '<(DEPTH)',
|
| '<(DEPTH)/third_party/mojo/src',
|
| ],
|
| 'dependencies': [
|
| - 'media_router_mojo_gen',
|
| + ':media_router_mojo_gen',
|
| '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_lib',
|
| '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium',
|
| '<(DEPTH)/third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
|
|
|