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

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: Created 5 years, 2 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 { 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',
(...skipping 13 matching lines...) Expand all
24 'media_routes_observer.cc', 24 'media_routes_observer.cc',
25 'media_routes_observer.h', 25 'media_routes_observer.h',
26 'media_sink.cc', 26 'media_sink.cc',
27 'media_sink.h', 27 'media_sink.h',
28 'media_sinks_observer.cc', 28 'media_sinks_observer.cc',
29 'media_sinks_observer.h', 29 'media_sinks_observer.h',
30 'media_source.cc', 30 'media_source.cc',
31 'media_source.h', 31 'media_source.h',
32 'media_source_helper.cc', 32 'media_source_helper.cc',
33 'media_source_helper.h', 33 'media_source_helper.h',
34 'offscreen_presentation_manager.cc',
35 'offscreen_presentation_manager.h',
36 'offscreen_presentation_manager_factory.cc',
37 'offscreen_presentation_manager_factory.h',
34 'presentation_media_sinks_observer.cc', 38 'presentation_media_sinks_observer.cc',
35 'presentation_media_sinks_observer.h', 39 'presentation_media_sinks_observer.h',
36 'presentation_service_delegate_impl.cc', 40 'presentation_service_delegate_impl.cc',
37 'presentation_service_delegate_impl.h', 41 'presentation_service_delegate_impl.h',
38 'presentation_session_messages_observer.cc', 42 'presentation_session_messages_observer.cc',
39 'presentation_session_messages_observer.h', 43 'presentation_session_messages_observer.h',
40 'presentation_session_state_observer.cc', 44 'presentation_session_state_observer.cc',
41 'presentation_session_state_observer.h', 45 'presentation_session_state_observer.h',
46 'receiver_presentation_service_delegate_impl.cc',
47 'receiver_presentation_service_delegate_impl.h',
48 'render_frame_host_helper.h',
42 ], 49 ],
43 # Files that are only needed on desktop builds 50 # Files that are only needed on desktop builds
44 'media_router_non_android_sources': [ 51 'media_router_non_android_sources': [
45 'media_router_mojo_impl.cc', 52 'media_router_mojo_impl.cc',
46 'media_router_mojo_impl.h', 53 'media_router_mojo_impl.h',
47 'media_router_type_converters.cc', 54 'media_router_type_converters.cc',
48 'media_router_type_converters.h', 55 'media_router_type_converters.h',
49 ], 56 ],
50 'media_router_test_support_sources': [ 57 'media_router_test_support_sources': [
51 'media_router_mojo_test.cc', 58 'media_router_mojo_test.cc',
52 'media_router_mojo_test.h', 59 'media_router_mojo_test.h',
53 'mock_media_router.cc', 60 'mock_media_router.cc',
54 'mock_media_router.h', 61 'mock_media_router.h',
55 'mock_screen_availability_listener.cc', 62 'mock_screen_availability_listener.cc',
56 'mock_screen_availability_listener.h', 63 'mock_screen_availability_listener.h',
57 'test_helper.cc', 64 'test_helper.cc',
58 'test_helper.h', 65 'test_helper.h',
59 ], 66 ],
60 }, 67 },
61 } 68 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698