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', |
11 'issue.cc', | 11 'issue.cc', |
12 'issue.h', | 12 'issue.h', |
13 'issue_manager.cc', | 13 'issue_manager.cc', |
14 'issue_manager.h', | 14 'issue_manager.h', |
15 'issues_observer.h', | 15 'issues_observer.h', |
16 'issues_observer.cc', | 16 'issues_observer.cc', |
| 17 'local_media_routes_observer.cc', |
| 18 'local_media_routes_observer.h', |
17 'media_route.cc', | 19 'media_route.cc', |
18 'media_route.h', | 20 'media_route.h', |
19 'media_router.h', | 21 'media_router.h', |
20 'media_router_dialog_controller.cc', | 22 'media_router_dialog_controller.cc', |
21 'media_router_dialog_controller.h', | 23 'media_router_dialog_controller.h', |
22 'media_router_factory.cc', | 24 'media_router_factory.cc', |
23 'media_router_factory.h', | 25 'media_router_factory.h', |
24 'media_routes_observer.cc', | 26 'media_routes_observer.cc', |
25 'media_routes_observer.h', | 27 'media_routes_observer.h', |
26 'media_sink.cc', | 28 'media_sink.cc', |
(...skipping 25 matching lines...) Expand all Loading... |
52 'media_router_mojo_test.h', | 54 'media_router_mojo_test.h', |
53 'mock_media_router.cc', | 55 'mock_media_router.cc', |
54 'mock_media_router.h', | 56 'mock_media_router.h', |
55 'mock_screen_availability_listener.cc', | 57 'mock_screen_availability_listener.cc', |
56 'mock_screen_availability_listener.h', | 58 'mock_screen_availability_listener.h', |
57 'test_helper.cc', | 59 'test_helper.cc', |
58 'test_helper.h', | 60 'test_helper.h', |
59 ], | 61 ], |
60 }, | 62 }, |
61 } | 63 } |
OLD | NEW |