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

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

Issue 1846673002: [Media Router] Conditionally enable mDNS on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2661
Patch Set: Patch-up newly-added test. Created 4 years, 8 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_connection_request.cc', 9 'create_presentation_connection_request.cc',
10 'create_presentation_connection_request.h', 10 'create_presentation_connection_request.h',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 'presentation_service_delegate_impl.cc', 42 'presentation_service_delegate_impl.cc',
43 'presentation_service_delegate_impl.h', 43 'presentation_service_delegate_impl.h',
44 'presentation_session_messages_observer.cc', 44 'presentation_session_messages_observer.cc',
45 'presentation_session_messages_observer.h', 45 'presentation_session_messages_observer.h',
46 'render_frame_host_id.h', 46 'render_frame_host_id.h',
47 'route_request_result.cc', 47 'route_request_result.cc',
48 'route_request_result.h', 48 'route_request_result.h',
49 ], 49 ],
50 # Files that are only needed on desktop builds 50 # Files that are only needed on desktop builds
51 'media_router_non_android_sources': [ 51 'media_router_non_android_sources': [
52 'media_route_provider_util_win.cc',
53 'media_route_provider_util_win.h',
52 'media_router_mojo_impl.cc', 54 'media_router_mojo_impl.cc',
53 'media_router_mojo_impl.h', 55 'media_router_mojo_impl.h',
54 'media_router_type_converters.cc', 56 'media_router_type_converters.cc',
55 'media_router_type_converters.h', 57 'media_router_type_converters.h',
56 ], 58 ],
57 'media_router_test_support_sources': [ 59 'media_router_test_support_sources': [
58 'media_router_mojo_test.cc', 60 'media_router_mojo_test.cc',
59 'media_router_mojo_test.h', 61 'media_router_mojo_test.h',
60 'mock_media_router.cc', 62 'mock_media_router.cc',
61 'mock_media_router.h', 63 'mock_media_router.h',
62 'mock_screen_availability_listener.cc', 64 'mock_screen_availability_listener.cc',
63 'mock_screen_availability_listener.h', 65 'mock_screen_availability_listener.h',
64 'test_helper.cc', 66 'test_helper.cc',
65 'test_helper.h', 67 'test_helper.h',
66 ], 68 ],
67 }, 69 },
68 } 70 }
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