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

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

Issue 1132903002: [MediaRouter] Add implementation of PresentationServiceDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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_session_request.cc', 9 'create_session_request.cc',
10 'create_session_request.h', 10 'create_session_request.h',
(...skipping 11 matching lines...) Expand all
22 'media_routes_observer.cc', 22 'media_routes_observer.cc',
23 'media_routes_observer.h', 23 'media_routes_observer.h',
24 'media_sink.cc', 24 'media_sink.cc',
25 'media_sink.h', 25 'media_sink.h',
26 'media_sinks_observer.cc', 26 'media_sinks_observer.cc',
27 'media_sinks_observer.h', 27 'media_sinks_observer.h',
28 'media_source.cc', 28 'media_source.cc',
29 'media_source.h', 29 'media_source.h',
30 'media_source_helper.cc', 30 'media_source_helper.cc',
31 'media_source_helper.h', 31 'media_source_helper.h',
32 'presentation_helper.cc',
33 'presentation_helper.h',
32 'presentation_media_sinks_observer.cc', 34 'presentation_media_sinks_observer.cc',
33 'presentation_media_sinks_observer.h', 35 'presentation_media_sinks_observer.h',
36 'presentation_service_delegate_impl.cc',
37 'presentation_service_delegate_impl.h',
34 ], 38 ],
35 'media_router_test_support_sources': [ 39 'media_router_test_support_sources': [
36 'mock_media_router.cc', 40 'mock_media_router.cc',
37 'mock_media_router.h', 41 'mock_media_router.h',
38 'mock_screen_availability_listener.cc', 42 'mock_screen_availability_listener.cc',
39 'mock_screen_availability_listener.h', 43 'mock_screen_availability_listener.h',
40 ], 44 ],
41 }, 45 },
42 } 46 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/media/router/media_source_helper.h » ('j') | chrome/browser/media/router/media_source_helper.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698