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

Side by Side Diff: remoting/remoting_host.gypi

Issue 92473002: Use webrtc::MouseCursorMonitor for cursor shapes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix linux build Created 6 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 | Annotate | Revision Log
« no previous file with comments | « remoting/host/video_scheduler_unittest.cc ('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 (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 'includes': [ 6 'includes': [
7 'remoting_host_linux.gypi', 7 'remoting_host_linux.gypi',
8 'remoting_host_mac.gypi', 8 'remoting_host_mac.gypi',
9 'remoting_host_win.gypi', 9 'remoting_host_win.gypi',
10 ], 10 ],
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 'host/ipc_audio_capturer.cc', 163 'host/ipc_audio_capturer.cc',
164 'host/ipc_audio_capturer.h', 164 'host/ipc_audio_capturer.h',
165 'host/ipc_constants.cc', 165 'host/ipc_constants.cc',
166 'host/ipc_constants.h', 166 'host/ipc_constants.h',
167 'host/ipc_desktop_environment.cc', 167 'host/ipc_desktop_environment.cc',
168 'host/ipc_desktop_environment.h', 168 'host/ipc_desktop_environment.h',
169 'host/ipc_host_event_logger.cc', 169 'host/ipc_host_event_logger.cc',
170 'host/ipc_host_event_logger.h', 170 'host/ipc_host_event_logger.h',
171 'host/ipc_input_injector.cc', 171 'host/ipc_input_injector.cc',
172 'host/ipc_input_injector.h', 172 'host/ipc_input_injector.h',
173 'host/ipc_mouse_cursor_monitor.cc',
174 'host/ipc_mouse_cursor_monitor.h',
173 'host/ipc_screen_controls.cc', 175 'host/ipc_screen_controls.cc',
174 'host/ipc_screen_controls.h', 176 'host/ipc_screen_controls.h',
175 'host/ipc_util.h', 177 'host/ipc_util.h',
176 'host/ipc_util_posix.cc', 178 'host/ipc_util_posix.cc',
177 'host/ipc_util_win.cc', 179 'host/ipc_util_win.cc',
178 'host/ipc_video_frame_capturer.cc', 180 'host/ipc_video_frame_capturer.cc',
179 'host/ipc_video_frame_capturer.h', 181 'host/ipc_video_frame_capturer.h',
180 'host/it2me_desktop_environment.cc', 182 'host/it2me_desktop_environment.cc',
181 'host/it2me_desktop_environment.h', 183 'host/it2me_desktop_environment.h',
182 'host/json_host_config.cc', 184 'host/json_host_config.cc',
(...skipping 670 matching lines...) Expand 10 before | Expand all | Expand 10 after
853 }], # mac_breakpad==1 855 }], # mac_breakpad==1
854 ], # conditions 856 ], # conditions
855 }], # OS=mac 857 }], # OS=mac
856 ], 858 ],
857 }, # end of target 'remoting_it2me_native_messaging_host' 859 }, # end of target 'remoting_it2me_native_messaging_host'
858 ], # end of 'targets' 860 ], # end of 'targets'
859 }], # OS!="win" 861 }], # OS!="win"
860 862
861 ], # end of 'conditions' 863 ], # end of 'conditions'
862 } 864 }
OLDNEW
« no previous file with comments | « remoting/host/video_scheduler_unittest.cc ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698