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

Side by Side Diff: remoting/remoting_srcs.gypi

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 | « remoting/protocol/video_writer.cc ('k') | no next file » | 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 { 5 {
6 'variables': { 6 'variables': {
7 'remoting_base_sources': [ 7 'remoting_base_sources': [
8 # Note: sources list duplicated in GN build. 8 # Note: sources list duplicated in GN build.
9 # See remoting/base/BUILD.gn 9 # See remoting/base/BUILD.gn
10 'base/auth_token_util.cc', 10 'base/auth_token_util.cc',
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 'protocol/channel_multiplexer.h', 93 'protocol/channel_multiplexer.h',
94 'protocol/chromium_port_allocator.cc', 94 'protocol/chromium_port_allocator.cc',
95 'protocol/chromium_port_allocator.h', 95 'protocol/chromium_port_allocator.h',
96 'protocol/chromium_socket_factory.cc', 96 'protocol/chromium_socket_factory.cc',
97 'protocol/chromium_socket_factory.h', 97 'protocol/chromium_socket_factory.h',
98 'protocol/client_control_dispatcher.cc', 98 'protocol/client_control_dispatcher.cc',
99 'protocol/client_control_dispatcher.h', 99 'protocol/client_control_dispatcher.h',
100 'protocol/client_event_dispatcher.cc', 100 'protocol/client_event_dispatcher.cc',
101 'protocol/client_event_dispatcher.h', 101 'protocol/client_event_dispatcher.h',
102 'protocol/client_stub.h', 102 'protocol/client_stub.h',
103 'protocol/client_video_dispatcher.cc',
104 'protocol/client_video_dispatcher.h',
103 'protocol/clipboard_echo_filter.cc', 105 'protocol/clipboard_echo_filter.cc',
104 'protocol/clipboard_echo_filter.h', 106 'protocol/clipboard_echo_filter.h',
105 'protocol/clipboard_filter.cc', 107 'protocol/clipboard_filter.cc',
106 'protocol/clipboard_filter.h', 108 'protocol/clipboard_filter.h',
107 'protocol/clipboard_stub.h', 109 'protocol/clipboard_stub.h',
108 'protocol/clipboard_thread_proxy.cc', 110 'protocol/clipboard_thread_proxy.cc',
109 'protocol/clipboard_thread_proxy.h', 111 'protocol/clipboard_thread_proxy.h',
110 'protocol/connection_to_client.cc', 112 'protocol/connection_to_client.cc',
111 'protocol/connection_to_client.h', 113 'protocol/connection_to_client.h',
112 'protocol/connection_to_host.cc', 114 'protocol/connection_to_host.cc',
113 'protocol/connection_to_host.h', 115 'protocol/connection_to_host.h',
114 'protocol/content_description.cc', 116 'protocol/content_description.cc',
115 'protocol/content_description.h', 117 'protocol/content_description.h',
116 'protocol/datagram_channel_factory.h', 118 'protocol/datagram_channel_factory.h',
117 'protocol/errors.h', 119 'protocol/errors.h',
118 'protocol/host_control_dispatcher.cc', 120 'protocol/host_control_dispatcher.cc',
119 'protocol/host_control_dispatcher.h', 121 'protocol/host_control_dispatcher.h',
120 'protocol/host_event_dispatcher.cc', 122 'protocol/host_event_dispatcher.cc',
121 'protocol/host_event_dispatcher.h', 123 'protocol/host_event_dispatcher.h',
122 'protocol/host_stub.h', 124 'protocol/host_stub.h',
125 'protocol/host_video_dispatcher.cc',
126 'protocol/host_video_dispatcher.h',
123 'protocol/input_event_tracker.cc', 127 'protocol/input_event_tracker.cc',
124 'protocol/input_event_tracker.h', 128 'protocol/input_event_tracker.h',
125 'protocol/input_filter.cc', 129 'protocol/input_filter.cc',
126 'protocol/input_filter.h', 130 'protocol/input_filter.h',
127 'protocol/input_stub.h', 131 'protocol/input_stub.h',
128 'protocol/it2me_host_authenticator_factory.cc', 132 'protocol/it2me_host_authenticator_factory.cc',
129 'protocol/it2me_host_authenticator_factory.h', 133 'protocol/it2me_host_authenticator_factory.h',
130 'protocol/jingle_messages.cc', 134 'protocol/jingle_messages.cc',
131 'protocol/jingle_messages.h', 135 'protocol/jingle_messages.h',
132 'protocol/jingle_session.cc', 136 'protocol/jingle_session.cc',
(...skipping 24 matching lines...) Expand all
157 'protocol/network_settings.cc', 161 'protocol/network_settings.cc',
158 'protocol/network_settings.h', 162 'protocol/network_settings.h',
159 'protocol/pairing_authenticator_base.cc', 163 'protocol/pairing_authenticator_base.cc',
160 'protocol/pairing_authenticator_base.h', 164 'protocol/pairing_authenticator_base.h',
161 'protocol/pairing_client_authenticator.cc', 165 'protocol/pairing_client_authenticator.cc',
162 'protocol/pairing_client_authenticator.h', 166 'protocol/pairing_client_authenticator.h',
163 'protocol/pairing_host_authenticator.cc', 167 'protocol/pairing_host_authenticator.cc',
164 'protocol/pairing_host_authenticator.h', 168 'protocol/pairing_host_authenticator.h',
165 'protocol/pairing_registry.cc', 169 'protocol/pairing_registry.cc',
166 'protocol/pairing_registry.h', 170 'protocol/pairing_registry.h',
167 'protocol/protobuf_video_reader.cc',
168 'protocol/protobuf_video_reader.h',
169 'protocol/protobuf_video_writer.cc',
170 'protocol/protobuf_video_writer.h',
171 'protocol/pseudotcp_channel_factory.cc', 171 'protocol/pseudotcp_channel_factory.cc',
172 'protocol/pseudotcp_channel_factory.h', 172 'protocol/pseudotcp_channel_factory.h',
173 'protocol/secure_channel_factory.cc', 173 'protocol/secure_channel_factory.cc',
174 'protocol/secure_channel_factory.h', 174 'protocol/secure_channel_factory.h',
175 'protocol/session.h', 175 'protocol/session.h',
176 'protocol/session_config.cc', 176 'protocol/session_config.cc',
177 'protocol/session_config.h', 177 'protocol/session_config.h',
178 'protocol/session_manager.h', 178 'protocol/session_manager.h',
179 'protocol/socket_util.cc', 179 'protocol/socket_util.cc',
180 'protocol/socket_util.h', 180 'protocol/socket_util.h',
181 'protocol/ssl_hmac_channel_authenticator.cc', 181 'protocol/ssl_hmac_channel_authenticator.cc',
182 'protocol/ssl_hmac_channel_authenticator.h', 182 'protocol/ssl_hmac_channel_authenticator.h',
183 'protocol/stream_channel_factory.h', 183 'protocol/stream_channel_factory.h',
184 'protocol/third_party_authenticator_base.cc', 184 'protocol/third_party_authenticator_base.cc',
185 'protocol/third_party_authenticator_base.h', 185 'protocol/third_party_authenticator_base.h',
186 'protocol/third_party_client_authenticator.cc', 186 'protocol/third_party_client_authenticator.cc',
187 'protocol/third_party_client_authenticator.h', 187 'protocol/third_party_client_authenticator.h',
188 'protocol/third_party_host_authenticator.cc', 188 'protocol/third_party_host_authenticator.cc',
189 'protocol/third_party_host_authenticator.h', 189 'protocol/third_party_host_authenticator.h',
190 'protocol/token_validator.h', 190 'protocol/token_validator.h',
191 'protocol/transport.cc', 191 'protocol/transport.cc',
192 'protocol/transport.h', 192 'protocol/transport.h',
193 'protocol/v2_authenticator.cc', 193 'protocol/v2_authenticator.cc',
194 'protocol/v2_authenticator.h', 194 'protocol/v2_authenticator.h',
195 'protocol/video_reader.cc',
196 'protocol/video_reader.h',
197 'protocol/video_stub.h', 195 'protocol/video_stub.h',
198 'protocol/video_writer.cc',
199 'protocol/video_writer.h',
200 'signaling/iq_sender.cc', 196 'signaling/iq_sender.cc',
201 'signaling/iq_sender.h', 197 'signaling/iq_sender.h',
202 'signaling/jingle_info_request.cc', 198 'signaling/jingle_info_request.cc',
203 'signaling/jingle_info_request.h', 199 'signaling/jingle_info_request.h',
204 'signaling/log_to_server.cc', 200 'signaling/log_to_server.cc',
205 'signaling/log_to_server.h', 201 'signaling/log_to_server.h',
206 'signaling/server_log_entry.cc', 202 'signaling/server_log_entry.cc',
207 'signaling/server_log_entry.h', 203 'signaling/server_log_entry.h',
208 'signaling/signal_strategy.h', 204 'signaling/signal_strategy.h',
209 'signaling/xmpp_signal_strategy.cc', 205 'signaling/xmpp_signal_strategy.cc',
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 'client/plugin/pepper_plugin_thread_delegate.h', 264 'client/plugin/pepper_plugin_thread_delegate.h',
269 'client/plugin/pepper_port_allocator.cc', 265 'client/plugin/pepper_port_allocator.cc',
270 'client/plugin/pepper_port_allocator.h', 266 'client/plugin/pepper_port_allocator.h',
271 'client/plugin/pepper_util.cc', 267 'client/plugin/pepper_util.cc',
272 'client/plugin/pepper_util.h', 268 'client/plugin/pepper_util.h',
273 'client/plugin/pepper_view.cc', 269 'client/plugin/pepper_view.cc',
274 'client/plugin/pepper_view.h', 270 'client/plugin/pepper_view.h',
275 ], 271 ],
276 } 272 }
277 } 273 }
OLDNEW
« no previous file with comments | « remoting/protocol/video_writer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698