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

Side by Side Diff: remoting/remoting_srcs.gypi

Issue 282063005: Pull out common code from client and host versions of ServerLogEntry. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
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 'base/auth_token_util.cc', 8 'base/auth_token_util.cc',
9 'base/auth_token_util.h', 9 'base/auth_token_util.h',
10 'base/auto_thread.cc', 10 'base/auto_thread.cc',
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 'protocol/pairing_client_authenticator.cc', 159 'protocol/pairing_client_authenticator.cc',
160 'protocol/pairing_client_authenticator.h', 160 'protocol/pairing_client_authenticator.h',
161 'protocol/pairing_host_authenticator.cc', 161 'protocol/pairing_host_authenticator.cc',
162 'protocol/pairing_host_authenticator.h', 162 'protocol/pairing_host_authenticator.h',
163 'protocol/pairing_registry.cc', 163 'protocol/pairing_registry.cc',
164 'protocol/pairing_registry.h', 164 'protocol/pairing_registry.h',
165 'protocol/protobuf_video_reader.cc', 165 'protocol/protobuf_video_reader.cc',
166 'protocol/protobuf_video_reader.h', 166 'protocol/protobuf_video_reader.h',
167 'protocol/protobuf_video_writer.cc', 167 'protocol/protobuf_video_writer.cc',
168 'protocol/protobuf_video_writer.h', 168 'protocol/protobuf_video_writer.h',
169 'protocol/server_log_entry.cc',
170 'protocol/server_log_entry.h',
169 'protocol/session.h', 171 'protocol/session.h',
170 'protocol/session_config.cc', 172 'protocol/session_config.cc',
171 'protocol/session_config.h', 173 'protocol/session_config.h',
172 'protocol/session_manager.h', 174 'protocol/session_manager.h',
173 'protocol/ssl_hmac_channel_authenticator.cc', 175 'protocol/ssl_hmac_channel_authenticator.cc',
174 'protocol/ssl_hmac_channel_authenticator.h', 176 'protocol/ssl_hmac_channel_authenticator.h',
175 'protocol/third_party_authenticator_base.cc', 177 'protocol/third_party_authenticator_base.cc',
176 'protocol/third_party_authenticator_base.h', 178 'protocol/third_party_authenticator_base.h',
177 'protocol/third_party_client_authenticator.cc', 179 'protocol/third_party_client_authenticator.cc',
178 'protocol/third_party_client_authenticator.h', 180 'protocol/third_party_client_authenticator.h',
(...skipping 26 matching lines...) Expand all
205 'client/client_context.h', 207 'client/client_context.h',
206 'client/client_user_interface.h', 208 'client/client_user_interface.h',
207 'client/frame_consumer.h', 209 'client/frame_consumer.h',
208 'client/frame_consumer_proxy.cc', 210 'client/frame_consumer_proxy.cc',
209 'client/frame_consumer_proxy.h', 211 'client/frame_consumer_proxy.h',
210 'client/frame_producer.h', 212 'client/frame_producer.h',
211 'client/key_event_mapper.cc', 213 'client/key_event_mapper.cc',
212 'client/key_event_mapper.h', 214 'client/key_event_mapper.h',
213 'client/log_to_server.cc', 215 'client/log_to_server.cc',
214 'client/log_to_server.h', 216 'client/log_to_server.h',
215 'client/server_log_entry.cc', 217 'client/server_log_entry_client.cc',
216 'client/server_log_entry.h', 218 'client/server_log_entry_client.h',
217 'client/software_video_renderer.cc', 219 'client/software_video_renderer.cc',
218 'client/software_video_renderer.h', 220 'client/software_video_renderer.h',
219 'client/video_renderer.h', 221 'client/video_renderer.h',
220 ], 222 ],
221 223
222 'remoting_client_plugin_sources': [ 224 'remoting_client_plugin_sources': [
223 'client/plugin/chromoting_instance.cc', 225 'client/plugin/chromoting_instance.cc',
224 'client/plugin/chromoting_instance.h', 226 'client/plugin/chromoting_instance.h',
225 'client/plugin/delegating_signal_strategy.cc', 227 'client/plugin/delegating_signal_strategy.cc',
226 'client/plugin/delegating_signal_strategy.h', 228 'client/plugin/delegating_signal_strategy.h',
(...skipping 17 matching lines...) Expand all
244 'client/plugin/pepper_port_allocator.h', 246 'client/plugin/pepper_port_allocator.h',
245 'client/plugin/pepper_token_fetcher.cc', 247 'client/plugin/pepper_token_fetcher.cc',
246 'client/plugin/pepper_token_fetcher.h', 248 'client/plugin/pepper_token_fetcher.h',
247 'client/plugin/pepper_util.cc', 249 'client/plugin/pepper_util.cc',
248 'client/plugin/pepper_util.h', 250 'client/plugin/pepper_util.h',
249 'client/plugin/pepper_view.cc', 251 'client/plugin/pepper_view.cc',
250 'client/plugin/pepper_view.h', 252 'client/plugin/pepper_view.h',
251 ], 253 ],
252 } 254 }
253 } 255 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698