Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Side by Side Diff: chrome/browser/media/router/media_router.gypi

Issue 1314413005: [Presentation API] 1-UA presentation support + presenter APIs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 18 matching lines...) Expand all
29 'media_routes_observer.cc', 29 'media_routes_observer.cc',
30 'media_routes_observer.h', 30 'media_routes_observer.h',
31 'media_sink.cc', 31 'media_sink.cc',
32 'media_sink.h', 32 'media_sink.h',
33 'media_sinks_observer.cc', 33 'media_sinks_observer.cc',
34 'media_sinks_observer.h', 34 'media_sinks_observer.h',
35 'media_source.cc', 35 'media_source.cc',
36 'media_source.h', 36 'media_source.h',
37 'media_source_helper.cc', 37 'media_source_helper.cc',
38 'media_source_helper.h', 38 'media_source_helper.h',
39 'offscreen_presentation_manager.cc',
40 'offscreen_presentation_manager.h',
41 'offscreen_presentation_manager_factory.cc',
42 'offscreen_presentation_manager_factory.h',
39 'presentation_media_sinks_observer.cc', 43 'presentation_media_sinks_observer.cc',
40 'presentation_media_sinks_observer.h', 44 'presentation_media_sinks_observer.h',
41 'presentation_request.cc', 45 'presentation_request.cc',
42 'presentation_request.h', 46 'presentation_request.h',
43 'presentation_service_delegate_impl.cc', 47 'presentation_service_delegate_impl.cc',
44 'presentation_service_delegate_impl.h', 48 'presentation_service_delegate_impl.h',
45 'presentation_session_messages_observer.cc', 49 'presentation_session_messages_observer.cc',
46 'presentation_session_messages_observer.h', 50 'presentation_session_messages_observer.h',
51 'receiver_presentation_service_delegate_impl.cc',
52 'receiver_presentation_service_delegate_impl.h',
47 'render_frame_host_id.h', 53 'render_frame_host_id.h',
48 'route_request_result.cc', 54 'route_request_result.cc',
49 'route_request_result.h', 55 'route_request_result.h',
50 ], 56 ],
51 # Files that are only needed on desktop builds 57 # Files that are only needed on desktop builds
52 'media_router_non_android_sources': [ 58 'media_router_non_android_sources': [
53 'mojo/media_route_provider_util_win.cc', 59 'mojo/media_route_provider_util_win.cc',
54 'mojo/media_route_provider_util_win.h', 60 'mojo/media_route_provider_util_win.h',
55 'mojo/media_router_mojo_metrics.cc', 61 'mojo/media_router_mojo_metrics.cc',
56 'mojo/media_router_mojo_metrics.h', 62 'mojo/media_router_mojo_metrics.h',
57 'mojo/media_router_mojo_impl.cc', 63 'mojo/media_router_mojo_impl.cc',
58 'mojo/media_router_mojo_impl.h', 64 'mojo/media_router_mojo_impl.h',
59 'mojo/media_router_type_converters.cc', 65 'mojo/media_router_type_converters.cc',
60 'mojo/media_router_type_converters.h', 66 'mojo/media_router_type_converters.h',
61 ], 67 ],
62 'media_router_test_support_sources': [ 68 'media_router_test_support_sources': [
63 'mock_media_router.cc', 69 'mock_media_router.cc',
64 'mock_media_router.h', 70 'mock_media_router.h',
65 'mock_screen_availability_listener.cc', 71 'mock_screen_availability_listener.cc',
66 'mock_screen_availability_listener.h', 72 'mock_screen_availability_listener.h',
67 'test_helper.cc', 73 'test_helper.cc',
68 'test_helper.h', 74 'test_helper.h',
69 ], 75 ],
70 'media_router_non_android_test_support_sources': [ 76 'media_router_non_android_test_support_sources': [
71 'mojo/media_router_mojo_test.cc', 77 'mojo/media_router_mojo_test.cc',
72 'mojo/media_router_mojo_test.h', 78 'mojo/media_router_mojo_test.h',
73 ], 79 ],
74 }, 80 },
75 } 81 }
OLDNEW
« no previous file with comments | « chrome/browser/media/router/media_route.cc ('k') | chrome/browser/media/router/mojo/media_router.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698