| OLD | NEW |
| 1 # Copyright (c) 2015 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2015 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 # TODO(crbug.com/596999): Move non-Android code to mojo/ | 5 # TODO(crbug.com/596999): Move non-Android code to mojo/ |
| 6 { | 6 { |
| 7 'variables': { | 7 'variables': { |
| 8 # File lists shared with GN build. | 8 # File lists shared with GN build. |
| 9 'media_router_sources': [ | 9 'media_router_sources': [ |
| 10 'create_presentation_connection_request.cc', | 10 'create_presentation_connection_request.cc', |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 'presentation_service_delegate_impl.cc', | 43 'presentation_service_delegate_impl.cc', |
| 44 'presentation_service_delegate_impl.h', | 44 'presentation_service_delegate_impl.h', |
| 45 'presentation_session_messages_observer.cc', | 45 'presentation_session_messages_observer.cc', |
| 46 'presentation_session_messages_observer.h', | 46 'presentation_session_messages_observer.h', |
| 47 'render_frame_host_id.h', | 47 'render_frame_host_id.h', |
| 48 'route_request_result.cc', | 48 'route_request_result.cc', |
| 49 'route_request_result.h', | 49 'route_request_result.h', |
| 50 ], | 50 ], |
| 51 # Files that are only needed on desktop builds | 51 # Files that are only needed on desktop builds |
| 52 'media_router_non_android_sources': [ | 52 'media_router_non_android_sources': [ |
| 53 'media_remoting_connector.cc', |
| 54 'media_remoting_connector.h', |
| 55 'media_remoting_session_impl.cc', |
| 56 'media_remoting_session_impl.h', |
| 53 'mojo/media_route_provider_util_win.cc', | 57 'mojo/media_route_provider_util_win.cc', |
| 54 'mojo/media_route_provider_util_win.h', | 58 'mojo/media_route_provider_util_win.h', |
| 55 'mojo/media_router_mojo_metrics.cc', | 59 'mojo/media_router_mojo_metrics.cc', |
| 56 'mojo/media_router_mojo_metrics.h', | 60 'mojo/media_router_mojo_metrics.h', |
| 57 'mojo/media_router_mojo_impl.cc', | 61 'mojo/media_router_mojo_impl.cc', |
| 58 'mojo/media_router_mojo_impl.h', | 62 'mojo/media_router_mojo_impl.h', |
| 59 'mojo/media_router_type_converters.cc', | 63 'mojo/media_router_type_converters.cc', |
| 60 'mojo/media_router_type_converters.h', | 64 'mojo/media_router_type_converters.h', |
| 61 ], | 65 ], |
| 62 'media_router_test_support_sources': [ | 66 'media_router_test_support_sources': [ |
| 63 'mock_media_router.cc', | 67 'mock_media_router.cc', |
| 64 'mock_media_router.h', | 68 'mock_media_router.h', |
| 65 'mock_screen_availability_listener.cc', | 69 'mock_screen_availability_listener.cc', |
| 66 'mock_screen_availability_listener.h', | 70 'mock_screen_availability_listener.h', |
| 67 'test_helper.cc', | 71 'test_helper.cc', |
| 68 'test_helper.h', | 72 'test_helper.h', |
| 69 ], | 73 ], |
| 70 'media_router_non_android_test_support_sources': [ | 74 'media_router_non_android_test_support_sources': [ |
| 71 'mojo/media_router_mojo_test.cc', | 75 'mojo/media_router_mojo_test.cc', |
| 72 'mojo/media_router_mojo_test.h', | 76 'mojo/media_router_mojo_test.h', |
| 73 ], | 77 ], |
| 74 }, | 78 }, |
| 75 } | 79 } |
| OLD | NEW |