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

Side by Side Diff: remoting/remoting.gyp

Issue 15709005: Linux pairing registry delegate implementation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reviewer feedback. Created 7 years, 6 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 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'variables': { 9 'variables': {
10 'conditions': [ 10 'conditions': [
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 'host/local_input_monitor_linux.cc', 410 'host/local_input_monitor_linux.cc',
411 'host/local_input_monitor_mac.mm', 411 'host/local_input_monitor_mac.mm',
412 'host/local_input_monitor_win.cc', 412 'host/local_input_monitor_win.cc',
413 'host/log_to_server.cc', 413 'host/log_to_server.cc',
414 'host/log_to_server.h', 414 'host/log_to_server.h',
415 'host/me2me_desktop_environment.cc', 415 'host/me2me_desktop_environment.cc',
416 'host/me2me_desktop_environment.h', 416 'host/me2me_desktop_environment.h',
417 'host/mouse_clamping_filter.cc', 417 'host/mouse_clamping_filter.cc',
418 'host/mouse_clamping_filter.h', 418 'host/mouse_clamping_filter.h',
419 'host/network_settings.h', 419 'host/network_settings.h',
420 'host/pairing_registry_delegate_linux.cc',
421 'host/pairing_registry_delegate_linux.h',
422 'host/pairing_registry_delegate_mac.cc',
423 'host/pairing_registry_delegate_win.cc',
420 'host/pam_authorization_factory_posix.cc', 424 'host/pam_authorization_factory_posix.cc',
421 'host/pam_authorization_factory_posix.h', 425 'host/pam_authorization_factory_posix.h',
422 'host/pin_hash.cc', 426 'host/pin_hash.cc',
423 'host/pin_hash.h', 427 'host/pin_hash.h',
424 'host/policy_hack/policy_watcher.cc', 428 'host/policy_hack/policy_watcher.cc',
425 'host/policy_hack/policy_watcher.h', 429 'host/policy_hack/policy_watcher.h',
426 'host/policy_hack/policy_watcher_linux.cc', 430 'host/policy_hack/policy_watcher_linux.cc',
427 'host/policy_hack/policy_watcher_mac.mm', 431 'host/policy_hack/policy_watcher_mac.mm',
428 'host/policy_hack/policy_watcher_win.cc', 432 'host/policy_hack/policy_watcher_win.cc',
429 'host/register_support_host_request.cc', 433 'host/register_support_host_request.cc',
(...skipping 2213 matching lines...) Expand 10 before | Expand all | Expand 10 after
2643 'host/heartbeat_sender_unittest.cc', 2647 'host/heartbeat_sender_unittest.cc',
2644 'host/host_change_notification_listener_unittest.cc', 2648 'host/host_change_notification_listener_unittest.cc',
2645 'host/host_mock_objects.cc', 2649 'host/host_mock_objects.cc',
2646 'host/host_mock_objects.h', 2650 'host/host_mock_objects.h',
2647 'host/host_status_monitor_fake.h', 2651 'host/host_status_monitor_fake.h',
2648 'host/ipc_desktop_environment_unittest.cc', 2652 'host/ipc_desktop_environment_unittest.cc',
2649 'host/json_host_config_unittest.cc', 2653 'host/json_host_config_unittest.cc',
2650 'host/linux/x_server_clipboard_unittest.cc', 2654 'host/linux/x_server_clipboard_unittest.cc',
2651 'host/local_input_monitor_unittest.cc', 2655 'host/local_input_monitor_unittest.cc',
2652 'host/log_to_server_unittest.cc', 2656 'host/log_to_server_unittest.cc',
2657 'host/pairing_registry_delegate_linux_unittest.cc',
2653 'host/pin_hash_unittest.cc', 2658 'host/pin_hash_unittest.cc',
2654 'host/policy_hack/fake_policy_watcher.cc', 2659 'host/policy_hack/fake_policy_watcher.cc',
2655 'host/policy_hack/fake_policy_watcher.h', 2660 'host/policy_hack/fake_policy_watcher.h',
2656 'host/policy_hack/mock_policy_callback.cc', 2661 'host/policy_hack/mock_policy_callback.cc',
2657 'host/policy_hack/mock_policy_callback.h', 2662 'host/policy_hack/mock_policy_callback.h',
2658 'host/policy_hack/policy_watcher_unittest.cc', 2663 'host/policy_hack/policy_watcher_unittest.cc',
2659 'host/register_support_host_request_unittest.cc', 2664 'host/register_support_host_request_unittest.cc',
2660 'host/remote_input_filter_unittest.cc', 2665 'host/remote_input_filter_unittest.cc',
2661 'host/resizing_host_observer_unittest.cc', 2666 'host/resizing_host_observer_unittest.cc',
2662 'host/screen_capturer_fake.cc', 2667 'host/screen_capturer_fake.cc',
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
2785 '../base/allocator/allocator.gyp:allocator', 2790 '../base/allocator/allocator.gyp:allocator',
2786 ], 2791 ],
2787 }, 2792 },
2788 ], 2793 ],
2789 ], 2794 ],
2790 }], # end of 'toolkit_uses_gtk == 1' 2795 }], # end of 'toolkit_uses_gtk == 1'
2791 ], # end of 'conditions' 2796 ], # end of 'conditions'
2792 }, # end of target 'remoting_unittests' 2797 }, # end of target 'remoting_unittests'
2793 ], # end of targets 2798 ], # end of targets
2794 } 2799 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698