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

Side by Side Diff: remoting/remoting_srcs.gypi

Issue 384523003: Cleanups in ChromotingClient (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
« no previous file with comments | « remoting/protocol/connection_to_host.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 '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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 200
201 'remoting_client_sources': [ 201 'remoting_client_sources': [
202 'client/audio_decode_scheduler.cc', 202 'client/audio_decode_scheduler.cc',
203 'client/audio_decode_scheduler.h', 203 'client/audio_decode_scheduler.h',
204 'client/audio_player.cc', 204 'client/audio_player.cc',
205 'client/audio_player.h', 205 'client/audio_player.h',
206 'client/chromoting_client.cc', 206 'client/chromoting_client.cc',
207 'client/chromoting_client.h', 207 'client/chromoting_client.h',
208 'client/chromoting_stats.cc', 208 'client/chromoting_stats.cc',
209 'client/chromoting_stats.h', 209 'client/chromoting_stats.h',
210 'client/client_config.cc',
211 'client/client_config.h',
212 'client/client_context.cc', 210 'client/client_context.cc',
213 'client/client_context.h', 211 'client/client_context.h',
214 'client/client_status_logger.cc', 212 'client/client_status_logger.cc',
215 'client/client_status_logger.h', 213 'client/client_status_logger.h',
216 'client/client_user_interface.h', 214 'client/client_user_interface.h',
217 'client/frame_consumer.h', 215 'client/frame_consumer.h',
218 'client/frame_consumer_proxy.cc', 216 'client/frame_consumer_proxy.cc',
219 'client/frame_consumer_proxy.h', 217 'client/frame_consumer_proxy.h',
220 'client/frame_producer.h', 218 'client/frame_producer.h',
221 'client/key_event_mapper.cc', 219 'client/key_event_mapper.cc',
(...skipping 30 matching lines...) Expand all
252 'client/plugin/pepper_plugin_thread_delegate.h', 250 'client/plugin/pepper_plugin_thread_delegate.h',
253 'client/plugin/pepper_port_allocator.cc', 251 'client/plugin/pepper_port_allocator.cc',
254 'client/plugin/pepper_port_allocator.h', 252 'client/plugin/pepper_port_allocator.h',
255 'client/plugin/pepper_util.cc', 253 'client/plugin/pepper_util.cc',
256 'client/plugin/pepper_util.h', 254 'client/plugin/pepper_util.h',
257 'client/plugin/pepper_view.cc', 255 'client/plugin/pepper_view.cc',
258 'client/plugin/pepper_view.h', 256 'client/plugin/pepper_view.h',
259 ], 257 ],
260 } 258 }
261 } 259 }
OLDNEW
« no previous file with comments | « remoting/protocol/connection_to_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698