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

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

Issue 1228863005: [MediaRouter] The minimal change to make everything build on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Typo in a chrome/test/BUILD.gn Created 5 years, 5 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.gypi
diff --git a/chrome/browser/media/router/media_router.gypi b/chrome/browser/media/router/media_router.gypi
index db966a6c8a3afb93e64e3a0be2f3df03073f4fab..ec96381d669e2fe91622c29f8e1be41f41f46aa3 100644
--- a/chrome/browser/media/router/media_router.gypi
+++ b/chrome/browser/media/router/media_router.gypi
@@ -18,12 +18,9 @@
'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_router_dialog_controller.h',
+ 'media_router_factory.cc',
+ 'media_router_factory.h',
'media_routes_observer.cc',
'media_routes_observer.h',
'media_sink.cc',
@@ -41,6 +38,13 @@
'presentation_session_state_observer.cc',
'presentation_session_state_observer.h',
],
+ # Files that are only needed on desktop builds
+ 'media_router_non_android_sources': [
+ 'media_router_mojo_impl.cc',
+ 'media_router_mojo_impl.h',
+ 'media_router_type_converters.cc',
+ 'media_router_type_converters.h',
+ ],
'media_router_test_support_sources': [
'media_router_mojo_test.cc',
'media_router_mojo_test.h',

Powered by Google App Engine
This is Rietveld 408576698