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

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

Issue 1259073004: [Presentation API] Change ListenForSessionMessages API to client-style. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update comments Created 5 years, 4 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 17 matching lines...) Expand all
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 'presentation_media_sinks_observer.cc', 34 'presentation_media_sinks_observer.cc',
35 'presentation_media_sinks_observer.h', 35 'presentation_media_sinks_observer.h',
36 'presentation_service_delegate_impl.cc', 36 'presentation_service_delegate_impl.cc',
37 'presentation_service_delegate_impl.h', 37 'presentation_service_delegate_impl.h',
38 'presentation_session_messages_observer.cc',
39 'presentation_session_messages_observer.h',
38 'presentation_session_state_observer.cc', 40 'presentation_session_state_observer.cc',
39 'presentation_session_state_observer.h', 41 'presentation_session_state_observer.h',
40 ], 42 ],
41 # Files that are only needed on desktop builds 43 # Files that are only needed on desktop builds
42 'media_router_non_android_sources': [ 44 'media_router_non_android_sources': [
43 'media_router_mojo_impl.cc', 45 'media_router_mojo_impl.cc',
44 'media_router_mojo_impl.h', 46 'media_router_mojo_impl.h',
45 'media_router_type_converters.cc', 47 'media_router_type_converters.cc',
46 'media_router_type_converters.h', 48 'media_router_type_converters.h',
47 ], 49 ],
48 'media_router_test_support_sources': [ 50 'media_router_test_support_sources': [
49 'media_router_mojo_test.cc', 51 'media_router_mojo_test.cc',
50 'media_router_mojo_test.h', 52 'media_router_mojo_test.h',
51 'mock_media_router.cc', 53 'mock_media_router.cc',
52 'mock_media_router.h', 54 'mock_media_router.h',
53 'mock_screen_availability_listener.cc', 55 'mock_screen_availability_listener.cc',
54 'mock_screen_availability_listener.h', 56 'mock_screen_availability_listener.h',
55 'test_helper.cc', 57 'test_helper.cc',
56 'test_helper.h', 58 'test_helper.h',
57 ], 59 ],
58 }, 60 },
59 } 61 }
OLDNEW
« no previous file with comments | « chrome/browser/media/router/media_router.h ('k') | chrome/browser/media/router/media_router.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698