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

Side by Side Diff: remoting/remoting_srcs.gypi

Issue 320403002: Pull out common code from client and host versions of LogToServer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 66
67 'remoting_protocol_sources': [ 67 'remoting_protocol_sources': [
68 'jingle_glue/chromium_port_allocator.cc', 68 'jingle_glue/chromium_port_allocator.cc',
69 'jingle_glue/chromium_port_allocator.h', 69 'jingle_glue/chromium_port_allocator.h',
70 'jingle_glue/chromium_socket_factory.cc', 70 'jingle_glue/chromium_socket_factory.cc',
71 'jingle_glue/chromium_socket_factory.h', 71 'jingle_glue/chromium_socket_factory.h',
72 'jingle_glue/iq_sender.cc', 72 'jingle_glue/iq_sender.cc',
73 'jingle_glue/iq_sender.h', 73 'jingle_glue/iq_sender.h',
74 'jingle_glue/jingle_info_request.cc', 74 'jingle_glue/jingle_info_request.cc',
75 'jingle_glue/jingle_info_request.h', 75 'jingle_glue/jingle_info_request.h',
76 'jingle_glue/log_to_server.cc',
77 'jingle_glue/log_to_server.h',
76 'jingle_glue/network_settings.cc', 78 'jingle_glue/network_settings.cc',
77 'jingle_glue/network_settings.h', 79 'jingle_glue/network_settings.h',
78 'jingle_glue/server_log_entry.cc', 80 'jingle_glue/server_log_entry.cc',
79 'jingle_glue/server_log_entry.h', 81 'jingle_glue/server_log_entry.h',
80 'jingle_glue/signal_strategy.h', 82 'jingle_glue/signal_strategy.h',
81 'jingle_glue/xmpp_signal_strategy.cc', 83 'jingle_glue/xmpp_signal_strategy.cc',
82 'jingle_glue/xmpp_signal_strategy.h', 84 'jingle_glue/xmpp_signal_strategy.h',
83 'protocol/audio_reader.cc', 85 'protocol/audio_reader.cc',
84 'protocol/audio_reader.h', 86 'protocol/audio_reader.h',
85 'protocol/audio_stub.h', 87 'protocol/audio_stub.h',
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 'client/client_config.h', 207 'client/client_config.h',
206 'client/client_context.cc', 208 'client/client_context.cc',
207 'client/client_context.h', 209 'client/client_context.h',
208 'client/client_user_interface.h', 210 'client/client_user_interface.h',
209 'client/frame_consumer.h', 211 'client/frame_consumer.h',
210 'client/frame_consumer_proxy.cc', 212 'client/frame_consumer_proxy.cc',
211 'client/frame_consumer_proxy.h', 213 'client/frame_consumer_proxy.h',
212 'client/frame_producer.h', 214 'client/frame_producer.h',
213 'client/key_event_mapper.cc', 215 'client/key_event_mapper.cc',
214 'client/key_event_mapper.h', 216 'client/key_event_mapper.h',
215 'client/log_to_server.cc', 217 'client/log_to_server_client.cc',
216 'client/log_to_server.h', 218 'client/log_to_server_client.h',
217 'client/server_log_entry_client.cc', 219 'client/server_log_entry_client.cc',
218 'client/server_log_entry_client.h', 220 'client/server_log_entry_client.h',
219 'client/software_video_renderer.cc', 221 'client/software_video_renderer.cc',
220 'client/software_video_renderer.h', 222 'client/software_video_renderer.h',
221 'client/token_fetcher_proxy.cc', 223 'client/token_fetcher_proxy.cc',
222 'client/token_fetcher_proxy.h', 224 'client/token_fetcher_proxy.h',
223 'client/video_renderer.h', 225 'client/video_renderer.h',
224 ], 226 ],
225 227
226 'remoting_client_plugin_sources': [ 228 'remoting_client_plugin_sources': [
(...skipping 19 matching lines...) Expand all
246 'client/plugin/pepper_plugin_thread_delegate.h', 248 'client/plugin/pepper_plugin_thread_delegate.h',
247 'client/plugin/pepper_port_allocator.cc', 249 'client/plugin/pepper_port_allocator.cc',
248 'client/plugin/pepper_port_allocator.h', 250 'client/plugin/pepper_port_allocator.h',
249 'client/plugin/pepper_util.cc', 251 'client/plugin/pepper_util.cc',
250 'client/plugin/pepper_util.h', 252 'client/plugin/pepper_util.h',
251 'client/plugin/pepper_view.cc', 253 'client/plugin/pepper_view.cc',
252 'client/plugin/pepper_view.h', 254 'client/plugin/pepper_view.h',
253 ], 255 ],
254 } 256 }
255 } 257 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698