| 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 # File lists shared with GN build. | 7 # File lists shared with GN build. |
| 8 'media_router_sources': [ | 8 'media_router_sources': [ |
| 9 'create_presentation_session_request.cc', | 9 'create_presentation_session_request.cc', |
| 10 'create_presentation_session_request.h', | 10 'create_presentation_session_request.h', |
| (...skipping 17 matching lines...) Expand all Loading... |
| 28 'media_sinks_observer.cc', | 28 'media_sinks_observer.cc', |
| 29 'media_sinks_observer.h', | 29 'media_sinks_observer.h', |
| 30 'media_source.cc', | 30 'media_source.cc', |
| 31 'media_source.h', | 31 'media_source.h', |
| 32 'media_source_helper.cc', | 32 'media_source_helper.cc', |
| 33 'media_source_helper.h', | 33 'media_source_helper.h', |
| 34 'presentation_media_sinks_observer.cc', | 34 'presentation_media_sinks_observer.cc', |
| 35 'presentation_media_sinks_observer.h', | 35 'presentation_media_sinks_observer.h', |
| 36 'presentation_service_delegate_impl.cc', | 36 'presentation_service_delegate_impl.cc', |
| 37 'presentation_service_delegate_impl.h', | 37 'presentation_service_delegate_impl.h', |
| 38 'presentation_session_messages_observer.cc', |
| 39 'presentation_session_messages_observer.h', |
| 38 'presentation_session_state_observer.cc', | 40 'presentation_session_state_observer.cc', |
| 39 'presentation_session_state_observer.h', | 41 'presentation_session_state_observer.h', |
| 40 ], | 42 ], |
| 41 # Files that are only needed on desktop builds | 43 # Files that are only needed on desktop builds |
| 42 'media_router_non_android_sources': [ | 44 'media_router_non_android_sources': [ |
| 43 'media_router_mojo_impl.cc', | 45 'media_router_mojo_impl.cc', |
| 44 'media_router_mojo_impl.h', | 46 'media_router_mojo_impl.h', |
| 45 'media_router_type_converters.cc', | 47 'media_router_type_converters.cc', |
| 46 'media_router_type_converters.h', | 48 'media_router_type_converters.h', |
| 47 ], | 49 ], |
| 48 'media_router_test_support_sources': [ | 50 'media_router_test_support_sources': [ |
| 49 'media_router_mojo_test.cc', | 51 'media_router_mojo_test.cc', |
| 50 'media_router_mojo_test.h', | 52 'media_router_mojo_test.h', |
| 51 'mock_media_router.cc', | 53 'mock_media_router.cc', |
| 52 'mock_media_router.h', | 54 'mock_media_router.h', |
| 53 'mock_screen_availability_listener.cc', | 55 'mock_screen_availability_listener.cc', |
| 54 'mock_screen_availability_listener.h', | 56 'mock_screen_availability_listener.h', |
| 55 'test_helper.cc', | 57 'test_helper.cc', |
| 56 'test_helper.h', | 58 'test_helper.h', |
| 57 ], | 59 ], |
| 58 }, | 60 }, |
| 59 } | 61 } |
| OLD | NEW |