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

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

Issue 1143453005: [Media Router] Remove RouteIDManager. (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 | « no previous file | chrome/browser/media/router/route_id_manager.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 (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 13 matching lines...) Expand all
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_media_sinks_observer.cc', 32 'presentation_media_sinks_observer.cc',
33 'presentation_media_sinks_observer.h', 33 'presentation_media_sinks_observer.h',
34 'route_id_manager.cc',
35 'route_id_manager.h',
36 ], 34 ],
37 'media_router_test_support_sources': [ 35 'media_router_test_support_sources': [
38 'mock_media_router.cc', 36 'mock_media_router.cc',
39 'mock_media_router.h', 37 'mock_media_router.h',
40 'mock_screen_availability_listener.cc', 38 'mock_screen_availability_listener.cc',
41 'mock_screen_availability_listener.h', 39 'mock_screen_availability_listener.h',
42 ], 40 ],
43 }, 41 },
44 } 42 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/media/router/route_id_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698