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

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, 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 { 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 17 matching lines...) Expand all
28 'media_sink.cc', 28 'media_sink.cc',
29 'media_sink.h', 29 'media_sink.h',
30 'media_sinks_observer.cc', 30 'media_sinks_observer.cc',
31 'media_sinks_observer.h', 31 'media_sinks_observer.h',
32 'media_source.cc', 32 'media_source.cc',
33 'media_source.h', 33 'media_source.h',
34 'media_source_helper.cc', 34 'media_source_helper.cc',
35 'media_source_helper.h', 35 'media_source_helper.h',
36 'presentation_media_sinks_observer.cc', 36 'presentation_media_sinks_observer.cc',
37 'presentation_media_sinks_observer.h', 37 'presentation_media_sinks_observer.h',
38 'presentation_service_delegate_impl.cc',
39 'presentation_service_delegate_impl.h',
38 ], 40 ],
39 'media_router_test_support_sources': [ 41 'media_router_test_support_sources': [
40 'media_router_mojo_test.cc', 42 'media_router_mojo_test.cc',
41 'media_router_mojo_test.h', 43 'media_router_mojo_test.h',
42 'mock_media_router.cc', 44 'mock_media_router.cc',
43 'mock_media_router.h', 45 'mock_media_router.h',
44 'mock_screen_availability_listener.cc', 46 'mock_screen_availability_listener.cc',
45 'mock_screen_availability_listener.h', 47 'mock_screen_availability_listener.h',
46 'test_helper.cc', 48 'test_helper.cc',
47 'test_helper.h', 49 'test_helper.h',
48 ], 50 ],
49 }, 51 },
50 } 52 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698