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

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

Issue 1055403006: Upstreaming review for Media Router Mojo interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Incorporate latest changes to MR API. Created 5 years, 7 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 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',
« 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