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

Side by Side Diff: remoting/remoting_srcs.gypi

Issue 2156713002: [Chromoting] Implement DualBufferFrameConsumer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change last_desktop_size_ only when it is changed. Created 4 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
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 'daemon_controller_guid': '655bd819-c08c-4b04-80c2-f160739ff6ef', 7 'daemon_controller_guid': '655bd819-c08c-4b04-80c2-f160739ff6ef',
8 'rdp_desktop_session_guid': '6a7699f0-ee43-43e7-aa30-a6738f9bd470', 8 'rdp_desktop_session_guid': '6a7699f0-ee43-43e7-aa30-a6738f9bd470',
9 'remoting_base_sources': [ 9 'remoting_base_sources': [
10 'base/auto_thread.cc', 10 'base/auto_thread.cc',
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 'client/audio_player.h', 285 'client/audio_player.h',
286 'client/chromoting_client.cc', 286 'client/chromoting_client.cc',
287 'client/chromoting_client.h', 287 'client/chromoting_client.h',
288 'client/client_context.cc', 288 'client/client_context.cc',
289 'client/client_context.h', 289 'client/client_context.h',
290 'client/client_status_logger.cc', 290 'client/client_status_logger.cc',
291 'client/client_status_logger.h', 291 'client/client_status_logger.h',
292 'client/client_telemetry_logger.cc', 292 'client/client_telemetry_logger.cc',
293 'client/client_telemetry_logger.h', 293 'client/client_telemetry_logger.h',
294 'client/client_user_interface.h', 294 'client/client_user_interface.h',
295 'client/dual_buffer_frame_consumer.cc',
296 'client/dual_buffer_frame_consumer.h',
295 'client/empty_cursor_filter.cc', 297 'client/empty_cursor_filter.cc',
296 'client/empty_cursor_filter.h', 298 'client/empty_cursor_filter.h',
297 'client/key_event_mapper.cc', 299 'client/key_event_mapper.cc',
298 'client/key_event_mapper.h', 300 'client/key_event_mapper.h',
299 'client/normalizing_input_filter_cros.cc', 301 'client/normalizing_input_filter_cros.cc',
300 'client/normalizing_input_filter_cros.h', 302 'client/normalizing_input_filter_cros.h',
301 'client/normalizing_input_filter_mac.cc', 303 'client/normalizing_input_filter_mac.cc',
302 'client/normalizing_input_filter_mac.h', 304 'client/normalizing_input_filter_mac.h',
303 'client/normalizing_input_filter_win.cc', 305 'client/normalizing_input_filter_win.cc',
304 'client/normalizing_input_filter_win.h', 306 'client/normalizing_input_filter_win.h',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 'client/gl_canvas.h', 357 'client/gl_canvas.h',
356 'client/gl_desktop.cc', 358 'client/gl_desktop.cc',
357 'client/gl_desktop.h', 359 'client/gl_desktop.h',
358 'client/gl_helpers.cc', 360 'client/gl_helpers.cc',
359 'client/gl_helpers.h', 361 'client/gl_helpers.h',
360 'client/gl_render_layer.cc', 362 'client/gl_render_layer.cc',
361 'client/gl_render_layer.h' 363 'client/gl_render_layer.h'
362 ], 364 ],
363 } 365 }
364 } 366 }
OLDNEW
« remoting/client/software_video_renderer.cc ('K') | « remoting/protocol/frame_consumer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698