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

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

Issue 1137993005: Remove Media Router impl and BrowserContext factory. (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
« no previous file with comments | « chrome/browser/media/router/BUILD.gn ('k') | chrome/browser/media/router/media_router_impl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'media_router', 8 'target_name': 'media_router',
9 'type': 'static_library', 9 'type': 'static_library',
10 'include_dirs': [ 10 'include_dirs': [
(...skipping 12 matching lines...) Expand all
23 'create_session_request.h', 23 'create_session_request.h',
24 'issue.cc', 24 'issue.cc',
25 'issue.h', 25 'issue.h',
26 'issue_manager.cc', 26 'issue_manager.cc',
27 'issue_manager.h', 27 'issue_manager.h',
28 'issue_observer.h', 28 'issue_observer.h',
29 'media_route.cc', 29 'media_route.cc',
30 'media_route.h', 30 'media_route.h',
31 'media_route_id.h', 31 'media_route_id.h',
32 'media_router.h', 32 'media_router.h',
33 'media_router_impl.cc',
34 'media_router_impl.h',
35 'media_router_impl_factory.cc',
36 'media_router_impl_factory.h',
37 'media_router_type_converters.cc', 33 'media_router_type_converters.cc',
38 'media_router_type_converters.h', 34 'media_router_type_converters.h',
39 'media_routes_observer.cc', 35 'media_routes_observer.cc',
40 'media_routes_observer.h', 36 'media_routes_observer.h',
41 'media_sink.cc', 37 'media_sink.cc',
42 'media_sink.h', 38 'media_sink.h',
43 'media_sinks_observer.cc', 39 'media_sinks_observer.cc',
44 'media_sinks_observer.h', 40 'media_sinks_observer.h',
45 'media_source.cc', 41 'media_source.cc',
46 'media_source.h', 42 'media_source.h',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 'sources': [ 90 'sources': [
95 'mock_media_router.cc', 91 'mock_media_router.cc',
96 'mock_media_router.h', 92 'mock_media_router.h',
97 'mock_screen_availability_listener.cc', 93 'mock_screen_availability_listener.cc',
98 'mock_screen_availability_listener.h', 94 'mock_screen_availability_listener.h',
99 ], 95 ],
100 }, 96 },
101 97
102 ], 98 ],
103 } 99 }
OLDNEW
« no previous file with comments | « chrome/browser/media/router/BUILD.gn ('k') | chrome/browser/media/router/media_router_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698