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

Side by Side Diff: remoting/remoting_srcs.gypi

Issue 2187723002: [Remoting Android] Refactor CursorShapeStubProxy from JniDisplayHandler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor style fix Created 4 years, 4 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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 'signaling/xmpp_login_handler.cc', 281 'signaling/xmpp_login_handler.cc',
282 'signaling/xmpp_login_handler.h', 282 'signaling/xmpp_login_handler.h',
283 ], 283 ],
284 284
285 'remoting_client_sources': [ 285 'remoting_client_sources': [
286 'client/audio_consumer.h', 286 'client/audio_consumer.h',
287 'client/audio_decode_scheduler.cc', 287 'client/audio_decode_scheduler.cc',
288 'client/audio_decode_scheduler.h', 288 'client/audio_decode_scheduler.h',
289 'client/audio_player.cc', 289 'client/audio_player.cc',
290 'client/audio_player.h', 290 'client/audio_player.h',
291 'client/callback_cursor_shape_stub.cc',
292 'client/callback_cursor_shape_stub.h',
291 'client/chromoting_client.cc', 293 'client/chromoting_client.cc',
292 'client/chromoting_client.h', 294 'client/chromoting_client.h',
293 'client/client_context.cc', 295 'client/client_context.cc',
294 'client/client_context.h', 296 'client/client_context.h',
295 'client/client_status_logger.cc', 297 'client/client_status_logger.cc',
296 'client/client_status_logger.h', 298 'client/client_status_logger.h',
297 'client/client_telemetry_logger.cc', 299 'client/client_telemetry_logger.cc',
298 'client/client_telemetry_logger.h', 300 'client/client_telemetry_logger.h',
299 'client/client_user_interface.h', 301 'client/client_user_interface.h',
300 'client/dual_buffer_frame_consumer.cc', 302 'client/dual_buffer_frame_consumer.cc',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 'client/gl_desktop.h', 372 'client/gl_desktop.h',
371 'client/gl_helpers.cc', 373 'client/gl_helpers.cc',
372 'client/gl_helpers.h', 374 'client/gl_helpers.h',
373 'client/gl_math.cc', 375 'client/gl_math.cc',
374 'client/gl_math.h', 376 'client/gl_math.h',
375 'client/gl_render_layer.cc', 377 'client/gl_render_layer.cc',
376 'client/gl_render_layer.h', 378 'client/gl_render_layer.h',
377 ], 379 ],
378 } 380 }
379 } 381 }
OLDNEW
« remoting/client/callback_cursor_shape_stub.cc ('K') | « remoting/client/jni/jni_display_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698