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

Side by Side Diff: remoting/remoting.gyp

Issue 10829409: Add MouseClampingFilter and update ClientSession to use it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
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 # TODO(dmaclach): can we pick this up some other way? Right now it's 7 # TODO(dmaclach): can we pick this up some other way? Right now it's
8 # duplicated from chrome.gyp 8 # duplicated from chrome.gyp
9 'chromium_code': 1, 9 'chromium_code': 1,
10 10
(...skipping 1241 matching lines...) Expand 10 before | Expand all | Expand 10 after
1252 'host/local_input_monitor.h', 1252 'host/local_input_monitor.h',
1253 'host/local_input_monitor_linux.cc', 1253 'host/local_input_monitor_linux.cc',
1254 'host/local_input_monitor_mac.mm', 1254 'host/local_input_monitor_mac.mm',
1255 'host/local_input_monitor_thread_linux.cc', 1255 'host/local_input_monitor_thread_linux.cc',
1256 'host/local_input_monitor_thread_linux.h', 1256 'host/local_input_monitor_thread_linux.h',
1257 'host/local_input_monitor_thread_win.cc', 1257 'host/local_input_monitor_thread_win.cc',
1258 'host/local_input_monitor_thread_win.h', 1258 'host/local_input_monitor_thread_win.h',
1259 'host/local_input_monitor_win.cc', 1259 'host/local_input_monitor_win.cc',
1260 'host/log_to_server.cc', 1260 'host/log_to_server.cc',
1261 'host/log_to_server.h', 1261 'host/log_to_server.h',
1262 'host/mouse_clamping_filter.cc',
1263 'host/mouse_clamping_filter.h',
1262 'host/mouse_move_observer.h', 1264 'host/mouse_move_observer.h',
1263 'host/network_settings.h', 1265 'host/network_settings.h',
1264 'host/pin_hash.cc', 1266 'host/pin_hash.cc',
1265 'host/pin_hash.h', 1267 'host/pin_hash.h',
1266 'host/policy_hack/policy_watcher.h', 1268 'host/policy_hack/policy_watcher.h',
1267 'host/policy_hack/policy_watcher.cc', 1269 'host/policy_hack/policy_watcher.cc',
1268 'host/policy_hack/policy_watcher_linux.cc', 1270 'host/policy_hack/policy_watcher_linux.cc',
1269 'host/policy_hack/policy_watcher_mac.mm', 1271 'host/policy_hack/policy_watcher_mac.mm',
1270 'host/policy_hack/policy_watcher_win.cc', 1272 'host/policy_hack/policy_watcher_win.cc',
1271 'host/register_support_host_request.cc', 1273 'host/register_support_host_request.cc',
(...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after
1833 '../base/allocator/allocator.gyp:allocator', 1835 '../base/allocator/allocator.gyp:allocator',
1834 ], 1836 ],
1835 }, 1837 },
1836 ], 1838 ],
1837 ], 1839 ],
1838 }], 1840 }],
1839 ], # end of 'conditions' 1841 ], # end of 'conditions'
1840 }, # end of target 'remoting_unittests' 1842 }, # end of target 'remoting_unittests'
1841 ], # end of targets 1843 ], # end of targets
1842 } 1844 }
OLDNEW
« remoting/host/mouse_clamping_filter.h ('K') | « remoting/protocol/mouse_input_filter.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698