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

Side by Side Diff: remoting/remoting.gyp

Issue 92473002: Use webrtc::MouseCursorMonitor for cursor shapes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added a comment. Created 7 years 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'variables': { 9 'variables': {
10 'conditions': [ 10 'conditions': [
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 'host/ipc_audio_capturer.cc', 362 'host/ipc_audio_capturer.cc',
363 'host/ipc_audio_capturer.h', 363 'host/ipc_audio_capturer.h',
364 'host/ipc_constants.cc', 364 'host/ipc_constants.cc',
365 'host/ipc_constants.h', 365 'host/ipc_constants.h',
366 'host/ipc_desktop_environment.cc', 366 'host/ipc_desktop_environment.cc',
367 'host/ipc_desktop_environment.h', 367 'host/ipc_desktop_environment.h',
368 'host/ipc_host_event_logger.cc', 368 'host/ipc_host_event_logger.cc',
369 'host/ipc_host_event_logger.h', 369 'host/ipc_host_event_logger.h',
370 'host/ipc_input_injector.cc', 370 'host/ipc_input_injector.cc',
371 'host/ipc_input_injector.h', 371 'host/ipc_input_injector.h',
372 'host/ipc_mouse_cursor_monitor.cc',
373 'host/ipc_mouse_cursor_monitor.h',
372 'host/ipc_screen_controls.cc', 374 'host/ipc_screen_controls.cc',
373 'host/ipc_screen_controls.h', 375 'host/ipc_screen_controls.h',
374 'host/ipc_util.h', 376 'host/ipc_util.h',
375 'host/ipc_util_posix.cc', 377 'host/ipc_util_posix.cc',
376 'host/ipc_util_win.cc', 378 'host/ipc_util_win.cc',
377 'host/ipc_video_frame_capturer.cc', 379 'host/ipc_video_frame_capturer.cc',
378 'host/ipc_video_frame_capturer.h', 380 'host/ipc_video_frame_capturer.h',
379 'host/it2me_desktop_environment.cc', 381 'host/it2me_desktop_environment.cc',
380 'host/it2me_desktop_environment.h', 382 'host/it2me_desktop_environment.h',
381 'host/json_host_config.cc', 383 'host/json_host_config.cc',
(...skipping 2623 matching lines...) Expand 10 before | Expand all | Expand 10 after
3005 '../base/allocator/allocator.gyp:allocator', 3007 '../base/allocator/allocator.gyp:allocator',
3006 ], 3008 ],
3007 }, 3009 },
3008 ], 3010 ],
3009 ], 3011 ],
3010 }], # end of 'toolkit_uses_gtk == 1' 3012 }], # end of 'toolkit_uses_gtk == 1'
3011 ], # end of 'conditions' 3013 ], # end of 'conditions'
3012 }, # end of target 'remoting_unittests' 3014 }, # end of target 'remoting_unittests'
3013 ], # end of targets 3015 ], # end of targets
3014 } 3016 }
OLDNEW
« remoting/host/video_scheduler.cc ('K') | « remoting/host/video_scheduler_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698