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_session_request.cc', | 9 'create_session_request.cc', |
10 'create_session_request.h', | 10 'create_session_request.h', |
(...skipping 13 matching lines...) Expand all Loading... |
24 'media_sink.cc', | 24 'media_sink.cc', |
25 'media_sink.h', | 25 'media_sink.h', |
26 'media_sinks_observer.cc', | 26 'media_sinks_observer.cc', |
27 'media_sinks_observer.h', | 27 'media_sinks_observer.h', |
28 'media_source.cc', | 28 'media_source.cc', |
29 'media_source.h', | 29 'media_source.h', |
30 'media_source_helper.cc', | 30 'media_source_helper.cc', |
31 'media_source_helper.h', | 31 'media_source_helper.h', |
32 'presentation_media_sinks_observer.cc', | 32 'presentation_media_sinks_observer.cc', |
33 'presentation_media_sinks_observer.h', | 33 'presentation_media_sinks_observer.h', |
34 'route_id_manager.cc', | |
35 'route_id_manager.h', | |
36 ], | 34 ], |
37 'media_router_test_support_sources': [ | 35 'media_router_test_support_sources': [ |
38 'mock_media_router.cc', | 36 'mock_media_router.cc', |
39 'mock_media_router.h', | 37 'mock_media_router.h', |
40 'mock_screen_availability_listener.cc', | 38 'mock_screen_availability_listener.cc', |
41 'mock_screen_availability_listener.h', | 39 'mock_screen_availability_listener.h', |
42 ], | 40 ], |
43 }, | 41 }, |
44 } | 42 } |
OLD | NEW |