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

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: Redundant forward decl removed. 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 33e8bc859848d384a587c898fa8832ed10b9bb97..a0ae49c9da8e5c92e9b395416c4f1b9a6fce0f56 100644
--- a/chrome/browser/media/router/media_router.gyp
+++ b/chrome/browser/media/router/media_router.gyp
@@ -25,11 +25,15 @@
'issue.h',
'issue_manager.cc',
'issue_manager.h',
- 'issue_observer.h',
+ 'issues_observer.h',
'media_route.cc',
'media_route.h',
'media_route_id.h',
'media_router.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',
@@ -63,6 +67,7 @@
'target_name': 'media_router_mojo',
'type': 'static_library',
'include_dirs': [
+ '<(DEPTH)',
'<(DEPTH)/third_party/mojo/src',
],
'dependencies': [
@@ -96,4 +101,4 @@
},
],
-}
+}

Powered by Google App Engine
This is Rietveld 408576698