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

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: CR feedback. 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
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 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 'host/local_input_monitor.h', 398 'host/local_input_monitor.h',
399 'host/local_input_monitor_linux.cc', 399 'host/local_input_monitor_linux.cc',
400 'host/local_input_monitor_mac.mm', 400 'host/local_input_monitor_mac.mm',
401 'host/local_input_monitor_win.cc', 401 'host/local_input_monitor_win.cc',
402 'host/log_to_server.cc', 402 'host/log_to_server.cc',
403 'host/log_to_server.h', 403 'host/log_to_server.h',
404 'host/me2me_desktop_environment.cc', 404 'host/me2me_desktop_environment.cc',
405 'host/me2me_desktop_environment.h', 405 'host/me2me_desktop_environment.h',
406 'host/mouse_clamping_filter.cc', 406 'host/mouse_clamping_filter.cc',
407 'host/mouse_clamping_filter.h', 407 'host/mouse_clamping_filter.h',
408 'host/mouse_move_observer.h',
409 'host/network_settings.h', 408 'host/network_settings.h',
410 'host/pam_authorization_factory_posix.cc', 409 'host/pam_authorization_factory_posix.cc',
411 'host/pam_authorization_factory_posix.h', 410 'host/pam_authorization_factory_posix.h',
412 'host/pin_hash.cc', 411 'host/pin_hash.cc',
413 'host/pin_hash.h', 412 'host/pin_hash.h',
414 'host/policy_hack/policy_watcher.cc', 413 'host/policy_hack/policy_watcher.cc',
415 'host/policy_hack/policy_watcher.h', 414 'host/policy_hack/policy_watcher.h',
416 'host/policy_hack/policy_watcher_linux.cc', 415 'host/policy_hack/policy_watcher_linux.cc',
417 'host/policy_hack/policy_watcher_mac.mm', 416 'host/policy_hack/policy_watcher_mac.mm',
418 'host/policy_hack/policy_watcher_win.cc', 417 'host/policy_hack/policy_watcher_win.cc',
419 'host/register_support_host_request.cc', 418 'host/register_support_host_request.cc',
420 'host/register_support_host_request.h', 419 'host/register_support_host_request.h',
421 'host/remote_input_filter.cc', 420 'host/remote_input_filter.cc',
422 'host/remote_input_filter.h', 421 'host/remote_input_filter.h',
423 'host/resizing_host_observer.cc', 422 'host/resizing_host_observer.cc',
424 'host/resizing_host_observer.h', 423 'host/resizing_host_observer.h',
425 'host/sas_injector.h', 424 'host/sas_injector.h',
426 'host/sas_injector_win.cc', 425 'host/sas_injector_win.cc',
427 'host/screen_resolution.cc', 426 'host/screen_resolution.cc',
428 'host/screen_resolution.h', 427 'host/screen_resolution.h',
429 'host/server_log_entry.cc', 428 'host/server_log_entry.cc',
430 'host/server_log_entry.h', 429 'host/server_log_entry.h',
431 'host/service_client.cc', 430 'host/service_client.cc',
432 'host/service_client.h', 431 'host/service_client.h',
433 'host/service_urls.cc', 432 'host/service_urls.cc',
434 'host/service_urls.h', 433 'host/service_urls.h',
435 'host/session_controller.h', 434 'host/session_controller.h',
435 'host/session_controller_list.cc',
436 'host/session_controller_list.h',
436 'host/session_manager_factory.cc', 437 'host/session_manager_factory.cc',
437 'host/session_manager_factory.h', 438 'host/session_manager_factory.h',
438 'host/signaling_connector.cc', 439 'host/signaling_connector.cc',
439 'host/signaling_connector.h', 440 'host/signaling_connector.h',
440 'host/ui_strings.cc', 441 'host/ui_strings.cc',
441 'host/ui_strings.h', 442 'host/ui_strings.h',
442 'host/url_request_context.cc', 443 'host/url_request_context.cc',
443 'host/url_request_context.h', 444 'host/url_request_context.h',
444 'host/usage_stats_consent.h', 445 'host/usage_stats_consent.h',
445 'host/usage_stats_consent_mac.cc', 446 'host/usage_stats_consent_mac.cc',
(...skipping 2221 matching lines...) Expand 10 before | Expand all | Expand 10 after
2667 '../base/allocator/allocator.gyp:allocator', 2668 '../base/allocator/allocator.gyp:allocator',
2668 ], 2669 ],
2669 }, 2670 },
2670 ], 2671 ],
2671 ], 2672 ],
2672 }], # end of 'toolkit_uses_gtk == 1' 2673 }], # end of 'toolkit_uses_gtk == 1'
2673 ], # end of 'conditions' 2674 ], # end of 'conditions'
2674 }, # end of target 'remoting_unittests' 2675 }, # end of target 'remoting_unittests'
2675 ], # end of targets 2676 ], # end of targets
2676 } 2677 }
OLDNEW
« remoting/host/session_controller.h ('K') | « remoting/host/session_controller_list.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698