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

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

Issue 1126923002: Add Media Router Mojo impl code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed duplicate entries from media_router_tests.gypi. 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
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 @@
},
],
-}
+}

Powered by Google App Engine
This is Rietveld 408576698