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

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

Issue 2321703002: Remove all gyp[i] files in //chrome (Closed)
Patch Set: merge Created 4 years, 3 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
(Empty)
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
3 # found in the LICENSE file.
4
5 # TODO(crbug.com/596999): Move non-Android code to mojo/
6 {
7 'variables': {
8 # File lists shared with GN build.
9 'media_router_sources': [
10 'create_presentation_connection_request.cc',
11 'create_presentation_connection_request.h',
12 'issue.cc',
13 'issue.h',
14 'issue_manager.cc',
15 'issue_manager.h',
16 'issues_observer.h',
17 'issues_observer.cc',
18 'media_route.cc',
19 'media_route.h',
20 'media_router.h',
21 'media_router_base.cc',
22 'media_router_base.h',
23 'media_router_dialog_controller.cc',
24 'media_router_dialog_controller.h',
25 'media_router_factory.cc',
26 'media_router_factory.h',
27 'media_router_metrics.cc',
28 'media_router_metrics.h',
29 'media_routes_observer.cc',
30 'media_routes_observer.h',
31 'media_sink.cc',
32 'media_sink.h',
33 'media_sinks_observer.cc',
34 'media_sinks_observer.h',
35 'media_source.cc',
36 'media_source.h',
37 'media_source_helper.cc',
38 'media_source_helper.h',
39 'presentation_media_sinks_observer.cc',
40 'presentation_media_sinks_observer.h',
41 'presentation_request.cc',
42 'presentation_request.h',
43 'presentation_service_delegate_impl.cc',
44 'presentation_service_delegate_impl.h',
45 'render_frame_host_id.h',
46 'route_message.cc',
47 'route_message.h',
48 'route_message_observer.cc',
49 'route_message_observer.h',
50 'route_request_result.cc',
51 'route_request_result.h',
52 ],
53 # Files that are only needed on desktop builds
54 'media_router_non_android_sources': [
55 'mojo/media_route_provider_util_win.cc',
56 'mojo/media_route_provider_util_win.h',
57 'mojo/media_router_mojo_metrics.cc',
58 'mojo/media_router_mojo_metrics.h',
59 'mojo/media_router_mojo_impl.cc',
60 'mojo/media_router_mojo_impl.h',
61 'mojo/media_router_type_converters.cc',
62 'mojo/media_router_type_converters.h',
63 ],
64 'media_router_test_support_sources': [
65 'mock_media_router.cc',
66 'mock_media_router.h',
67 'mock_screen_availability_listener.cc',
68 'mock_screen_availability_listener.h',
69 'test_helper.cc',
70 'test_helper.h',
71 ],
72 'media_router_non_android_test_support_sources': [
73 'mojo/media_router_mojo_test.cc',
74 'mojo/media_router_mojo_test.h',
75 ],
76 },
77 }
OLDNEW
« no previous file with comments | « chrome/browser/media/router/media_router.gyp ('k') | chrome/browser/nacl_host/test/mock_nacl_gdb.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698