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

Side by Side Diff: remoting/remoting.gyp

Issue 12594009: Converted LocalInputMonitor into a SessionController instance. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 7 years, 9 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/mouse_move_observer.h ('k') | no next file » | 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 '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 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 'host/local_input_monitor.h', 400 'host/local_input_monitor.h',
401 'host/local_input_monitor_linux.cc', 401 'host/local_input_monitor_linux.cc',
402 'host/local_input_monitor_mac.mm', 402 'host/local_input_monitor_mac.mm',
403 'host/local_input_monitor_win.cc', 403 'host/local_input_monitor_win.cc',
404 'host/log_to_server.cc', 404 'host/log_to_server.cc',
405 'host/log_to_server.h', 405 'host/log_to_server.h',
406 'host/me2me_desktop_environment.cc', 406 'host/me2me_desktop_environment.cc',
407 'host/me2me_desktop_environment.h', 407 'host/me2me_desktop_environment.h',
408 'host/mouse_clamping_filter.cc', 408 'host/mouse_clamping_filter.cc',
409 'host/mouse_clamping_filter.h', 409 'host/mouse_clamping_filter.h',
410 'host/mouse_move_observer.h',
411 'host/network_settings.h', 410 'host/network_settings.h',
412 'host/pam_authorization_factory_posix.cc', 411 'host/pam_authorization_factory_posix.cc',
413 'host/pam_authorization_factory_posix.h', 412 'host/pam_authorization_factory_posix.h',
414 'host/pin_hash.cc', 413 'host/pin_hash.cc',
415 'host/pin_hash.h', 414 'host/pin_hash.h',
416 'host/policy_hack/policy_watcher.cc', 415 'host/policy_hack/policy_watcher.cc',
417 'host/policy_hack/policy_watcher.h', 416 'host/policy_hack/policy_watcher.h',
418 'host/policy_hack/policy_watcher_linux.cc', 417 'host/policy_hack/policy_watcher_linux.cc',
419 'host/policy_hack/policy_watcher_mac.mm', 418 'host/policy_hack/policy_watcher_mac.mm',
420 'host/policy_hack/policy_watcher_win.cc', 419 'host/policy_hack/policy_watcher_win.cc',
(...skipping 2258 matching lines...) Expand 10 before | Expand all | Expand 10 after
2679 '../base/allocator/allocator.gyp:allocator', 2678 '../base/allocator/allocator.gyp:allocator',
2680 ], 2679 ],
2681 }, 2680 },
2682 ], 2681 ],
2683 ], 2682 ],
2684 }], # end of 'toolkit_uses_gtk == 1' 2683 }], # end of 'toolkit_uses_gtk == 1'
2685 ], # end of 'conditions' 2684 ], # end of 'conditions'
2686 }, # end of target 'remoting_unittests' 2685 }, # end of target 'remoting_unittests'
2687 ], # end of targets 2686 ], # end of targets
2688 } 2687 }
OLDNEW
« no previous file with comments | « remoting/host/mouse_move_observer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698