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

Side by Side Diff: remoting/protocol/BUILD.gn

Issue 577473002: Simplify VideoReader and VideoWriter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « no previous file | remoting/protocol/client_video_dispatcher.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 static_library("protocol") { 5 static_library("protocol") {
6 sources = [ 6 sources = [
7 "audio_reader.cc", 7 "audio_reader.cc",
8 "audio_reader.h", 8 "audio_reader.h",
9 "audio_stub.h", 9 "audio_stub.h",
10 "audio_writer.cc", 10 "audio_writer.cc",
(...skipping 13 matching lines...) Expand all
24 "channel_multiplexer.h", 24 "channel_multiplexer.h",
25 "chromium_port_allocator.cc", 25 "chromium_port_allocator.cc",
26 "chromium_port_allocator.h", 26 "chromium_port_allocator.h",
27 "chromium_socket_factory.cc", 27 "chromium_socket_factory.cc",
28 "chromium_socket_factory.h", 28 "chromium_socket_factory.h",
29 "client_control_dispatcher.cc", 29 "client_control_dispatcher.cc",
30 "client_control_dispatcher.h", 30 "client_control_dispatcher.h",
31 "client_event_dispatcher.cc", 31 "client_event_dispatcher.cc",
32 "client_event_dispatcher.h", 32 "client_event_dispatcher.h",
33 "client_stub.h", 33 "client_stub.h",
34 "client_video_dispatcher.cc",
35 "client_video_dispatcher.h",
34 "clipboard_echo_filter.cc", 36 "clipboard_echo_filter.cc",
35 "clipboard_echo_filter.h", 37 "clipboard_echo_filter.h",
36 "clipboard_filter.cc", 38 "clipboard_filter.cc",
37 "clipboard_filter.h", 39 "clipboard_filter.h",
38 "clipboard_stub.h", 40 "clipboard_stub.h",
39 "clipboard_thread_proxy.cc", 41 "clipboard_thread_proxy.cc",
40 "clipboard_thread_proxy.h", 42 "clipboard_thread_proxy.h",
41 "connection_to_client.cc", 43 "connection_to_client.cc",
42 "connection_to_client.h", 44 "connection_to_client.h",
43 "connection_to_host.cc", 45 "connection_to_host.cc",
44 "connection_to_host.h", 46 "connection_to_host.h",
45 "content_description.cc", 47 "content_description.cc",
46 "content_description.h", 48 "content_description.h",
47 "datagram_channel_factory.h", 49 "datagram_channel_factory.h",
48 "errors.h", 50 "errors.h",
49 "host_control_dispatcher.cc", 51 "host_control_dispatcher.cc",
50 "host_control_dispatcher.h", 52 "host_control_dispatcher.h",
51 "host_event_dispatcher.cc", 53 "host_event_dispatcher.cc",
52 "host_event_dispatcher.h", 54 "host_event_dispatcher.h",
53 "host_stub.h", 55 "host_stub.h",
56 "host_video_dispatcher.cc",
57 "host_video_dispatcher.h",
54 "input_event_tracker.cc", 58 "input_event_tracker.cc",
55 "input_event_tracker.h", 59 "input_event_tracker.h",
56 "input_filter.cc", 60 "input_filter.cc",
57 "input_filter.h", 61 "input_filter.h",
58 "input_stub.h", 62 "input_stub.h",
59 "it2me_host_authenticator_factory.cc", 63 "it2me_host_authenticator_factory.cc",
60 "it2me_host_authenticator_factory.h", 64 "it2me_host_authenticator_factory.h",
61 "jingle_messages.cc", 65 "jingle_messages.cc",
62 "jingle_messages.h", 66 "jingle_messages.h",
63 "jingle_session.cc", 67 "jingle_session.cc",
(...skipping 24 matching lines...) Expand all
88 "network_settings.cc", 92 "network_settings.cc",
89 "network_settings.h", 93 "network_settings.h",
90 "pairing_authenticator_base.cc", 94 "pairing_authenticator_base.cc",
91 "pairing_authenticator_base.h", 95 "pairing_authenticator_base.h",
92 "pairing_client_authenticator.cc", 96 "pairing_client_authenticator.cc",
93 "pairing_client_authenticator.h", 97 "pairing_client_authenticator.h",
94 "pairing_host_authenticator.cc", 98 "pairing_host_authenticator.cc",
95 "pairing_host_authenticator.h", 99 "pairing_host_authenticator.h",
96 "pairing_registry.cc", 100 "pairing_registry.cc",
97 "pairing_registry.h", 101 "pairing_registry.h",
98 "protobuf_video_reader.cc",
99 "protobuf_video_reader.h",
100 "protobuf_video_writer.cc",
101 "protobuf_video_writer.h",
102 "pseudotcp_channel_factory.cc", 102 "pseudotcp_channel_factory.cc",
103 "pseudotcp_channel_factory.h", 103 "pseudotcp_channel_factory.h",
104 "secure_channel_factory.cc", 104 "secure_channel_factory.cc",
105 "secure_channel_factory.h", 105 "secure_channel_factory.h",
106 "session.h", 106 "session.h",
107 "session_config.cc", 107 "session_config.cc",
108 "session_config.h", 108 "session_config.h",
109 "session_manager.h", 109 "session_manager.h",
110 "socket_util.cc", 110 "socket_util.cc",
111 "socket_util.h", 111 "socket_util.h",
112 "ssl_hmac_channel_authenticator.cc", 112 "ssl_hmac_channel_authenticator.cc",
113 "ssl_hmac_channel_authenticator.h", 113 "ssl_hmac_channel_authenticator.h",
114 "stream_channel_factory.h", 114 "stream_channel_factory.h",
115 "third_party_authenticator_base.cc", 115 "third_party_authenticator_base.cc",
116 "third_party_authenticator_base.h", 116 "third_party_authenticator_base.h",
117 "third_party_client_authenticator.cc", 117 "third_party_client_authenticator.cc",
118 "third_party_client_authenticator.h", 118 "third_party_client_authenticator.h",
119 "third_party_host_authenticator.cc", 119 "third_party_host_authenticator.cc",
120 "third_party_host_authenticator.h", 120 "third_party_host_authenticator.h",
121 "token_validator.h", 121 "token_validator.h",
122 "transport.cc", 122 "transport.cc",
123 "transport.h", 123 "transport.h",
124 "v2_authenticator.cc", 124 "v2_authenticator.cc",
125 "v2_authenticator.h", 125 "v2_authenticator.h",
126 "video_reader.cc",
127 "video_reader.h",
128 "video_stub.h", 126 "video_stub.h",
129 "video_writer.cc",
130 "video_writer.h",
131 "../signaling/iq_sender.cc", 127 "../signaling/iq_sender.cc",
132 "../signaling/iq_sender.h", 128 "../signaling/iq_sender.h",
133 "../signaling/jingle_info_request.cc", 129 "../signaling/jingle_info_request.cc",
134 "../signaling/jingle_info_request.h", 130 "../signaling/jingle_info_request.h",
135 "../signaling/log_to_server.cc", 131 "../signaling/log_to_server.cc",
136 "../signaling/log_to_server.h", 132 "../signaling/log_to_server.h",
137 "../signaling/server_log_entry.cc", 133 "../signaling/server_log_entry.cc",
138 "../signaling/server_log_entry.h", 134 "../signaling/server_log_entry.h",
139 "../signaling/signal_strategy.h", 135 "../signaling/signal_strategy.h",
140 "../signaling/xmpp_signal_strategy.cc", 136 "../signaling/xmpp_signal_strategy.cc",
141 "../signaling/xmpp_signal_strategy.h", 137 "../signaling/xmpp_signal_strategy.h",
142 ] 138 ]
143 139
144 configs += [ "//build/config/compiler:wexit_time_destructors" ] 140 configs += [ "//build/config/compiler:wexit_time_destructors" ]
145 141
146 deps = [ 142 deps = [
147 "//base", 143 "//base",
148 "//crypto", 144 "//crypto",
149 "//jingle:jingle_glue", 145 "//jingle:jingle_glue",
150 "//jingle:notifier", 146 "//jingle:notifier",
151 "//net", 147 "//net",
152 "//remoting/base", 148 "//remoting/base",
153 "//third_party/libjingle", 149 "//third_party/libjingle",
154 ] 150 ]
155 151
156 forward_dependent_configs_from = [ 152 forward_dependent_configs_from = [
157 "//third_party/libjingle", 153 "//third_party/libjingle",
158 ] 154 ]
159 } 155 }
OLDNEW
« no previous file with comments | « no previous file | remoting/protocol/client_video_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698