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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
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_router_mojo_impl.cc', | 53 'media_router_mojo_impl.cc', |
54 'media_router_mojo_impl.h', | 54 'media_router_mojo_impl.h', |
55 'media_router_type_converters.cc', | 55 'media_router_type_converters.cc', |
56 'media_router_type_converters.h', | 56 'media_router_type_converters.h', |
57 ], | 57 ], |
58 'media_router_win_sources': [ | |
mark a. foltz
2016/03/25 23:14:16
This shouldn't be necessary. The build system wil
btolsch
2016/03/26 10:53:58
Ok, conflicting advice. I moved these back to medi
| |
59 'media_route_provider_util_win.cc', | |
60 'media_route_provider_util_win.h', | |
61 ], | |
58 'media_router_test_support_sources': [ | 62 'media_router_test_support_sources': [ |
59 'mock_media_router.cc', | 63 'mock_media_router.cc', |
60 'mock_media_router.h', | 64 'mock_media_router.h', |
61 'mock_screen_availability_listener.cc', | 65 'mock_screen_availability_listener.cc', |
62 'mock_screen_availability_listener.h', | 66 'mock_screen_availability_listener.h', |
63 'test_helper.cc', | 67 'test_helper.cc', |
64 'test_helper.h', | 68 'test_helper.h', |
65 ], | 69 ], |
66 'media_router_non_android_test_support_sources': [ | 70 'media_router_non_android_test_support_sources': [ |
67 'media_router_mojo_test.cc', | 71 'media_router_mojo_test.cc', |
68 'media_router_mojo_test.h', | 72 'media_router_mojo_test.h', |
69 ], | 73 ], |
70 }, | 74 }, |
71 } | 75 } |
OLD | NEW |