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

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: Reviewer's Feedback 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
« no previous file with comments | « remoting/protocol/frame_consumer.h ('k') | remoting/remoting_test.gypi » ('j') | 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 '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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 'client/gl_desktop.h', 365 'client/gl_desktop.h',
364 'client/gl_helpers.cc', 366 'client/gl_helpers.cc',
365 'client/gl_helpers.h', 367 'client/gl_helpers.h',
366 'client/gl_math.cc', 368 'client/gl_math.cc',
367 'client/gl_math.h', 369 'client/gl_math.h',
368 'client/gl_render_layer.cc', 370 'client/gl_render_layer.cc',
369 'client/gl_render_layer.h', 371 'client/gl_render_layer.h',
370 ], 372 ],
371 } 373 }
372 } 374 }
OLDNEW
« no previous file with comments | « remoting/protocol/frame_consumer.h ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698