| 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_presentation_session_request.cc', |
| 10 'create_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 'media_route.cc', | 17 'media_route.cc', |
| 18 'media_route.h', | 18 'media_route.h', |
| 19 'media_router.h', | 19 'media_router.h', |
| 20 'media_router_mojo_impl.cc', | 20 'media_router_mojo_impl.cc', |
| (...skipping 24 matching lines...) Expand all Loading... |
| 45 'media_router_mojo_test.h', | 45 'media_router_mojo_test.h', |
| 46 'mock_media_router.cc', | 46 'mock_media_router.cc', |
| 47 'mock_media_router.h', | 47 'mock_media_router.h', |
| 48 'mock_screen_availability_listener.cc', | 48 'mock_screen_availability_listener.cc', |
| 49 'mock_screen_availability_listener.h', | 49 'mock_screen_availability_listener.h', |
| 50 'test_helper.cc', | 50 'test_helper.cc', |
| 51 'test_helper.h', | 51 'test_helper.h', |
| 52 ], | 52 ], |
| 53 }, | 53 }, |
| 54 } | 54 } |
| OLD | NEW |