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

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: Fixed Windows and Mac compile errors. 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
« no previous file with comments | « remoting/protocol/protocol_mock_objects.cc ('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 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'variables': { 9 'variables': {
10 'conditions': [ 10 'conditions': [
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 'host/local_input_monitor.h', 406 'host/local_input_monitor.h',
407 'host/local_input_monitor_linux.cc', 407 'host/local_input_monitor_linux.cc',
408 'host/local_input_monitor_mac.mm', 408 'host/local_input_monitor_mac.mm',
409 'host/local_input_monitor_win.cc', 409 'host/local_input_monitor_win.cc',
410 'host/log_to_server.cc', 410 'host/log_to_server.cc',
411 'host/log_to_server.h', 411 'host/log_to_server.h',
412 'host/me2me_desktop_environment.cc', 412 'host/me2me_desktop_environment.cc',
413 'host/me2me_desktop_environment.h', 413 'host/me2me_desktop_environment.h',
414 'host/mouse_clamping_filter.cc', 414 'host/mouse_clamping_filter.cc',
415 'host/mouse_clamping_filter.h', 415 'host/mouse_clamping_filter.h',
416 'host/pairing_registry_delegate.h',
417 'host/pairing_registry_delegate_linux.cc',
418 'host/pairing_registry_delegate_linux.h',
419 'host/pairing_registry_delegate_mac.cc',
420 'host/pairing_registry_delegate_win.cc',
416 'host/pam_authorization_factory_posix.cc', 421 'host/pam_authorization_factory_posix.cc',
417 'host/pam_authorization_factory_posix.h', 422 'host/pam_authorization_factory_posix.h',
418 'host/pin_hash.cc', 423 'host/pin_hash.cc',
419 'host/pin_hash.h', 424 'host/pin_hash.h',
420 'host/policy_hack/policy_watcher.cc', 425 'host/policy_hack/policy_watcher.cc',
421 'host/policy_hack/policy_watcher.h', 426 'host/policy_hack/policy_watcher.h',
422 'host/policy_hack/policy_watcher_linux.cc', 427 'host/policy_hack/policy_watcher_linux.cc',
423 'host/policy_hack/policy_watcher_mac.mm', 428 'host/policy_hack/policy_watcher_mac.mm',
424 'host/policy_hack/policy_watcher_win.cc', 429 'host/policy_hack/policy_watcher_win.cc',
425 'host/register_support_host_request.cc', 430 'host/register_support_host_request.cc',
(...skipping 2214 matching lines...) Expand 10 before | Expand all | Expand 10 after
2640 'host/heartbeat_sender_unittest.cc', 2645 'host/heartbeat_sender_unittest.cc',
2641 'host/host_change_notification_listener_unittest.cc', 2646 'host/host_change_notification_listener_unittest.cc',
2642 'host/host_mock_objects.cc', 2647 'host/host_mock_objects.cc',
2643 'host/host_mock_objects.h', 2648 'host/host_mock_objects.h',
2644 'host/host_status_monitor_fake.h', 2649 'host/host_status_monitor_fake.h',
2645 'host/ipc_desktop_environment_unittest.cc', 2650 'host/ipc_desktop_environment_unittest.cc',
2646 'host/json_host_config_unittest.cc', 2651 'host/json_host_config_unittest.cc',
2647 'host/linux/x_server_clipboard_unittest.cc', 2652 'host/linux/x_server_clipboard_unittest.cc',
2648 'host/local_input_monitor_unittest.cc', 2653 'host/local_input_monitor_unittest.cc',
2649 'host/log_to_server_unittest.cc', 2654 'host/log_to_server_unittest.cc',
2655 'host/pairing_registry_delegate_linux_unittest.cc',
2650 'host/pin_hash_unittest.cc', 2656 'host/pin_hash_unittest.cc',
2651 'host/policy_hack/fake_policy_watcher.cc', 2657 'host/policy_hack/fake_policy_watcher.cc',
2652 'host/policy_hack/fake_policy_watcher.h', 2658 'host/policy_hack/fake_policy_watcher.h',
2653 'host/policy_hack/mock_policy_callback.cc', 2659 'host/policy_hack/mock_policy_callback.cc',
2654 'host/policy_hack/mock_policy_callback.h', 2660 'host/policy_hack/mock_policy_callback.h',
2655 'host/policy_hack/policy_watcher_unittest.cc', 2661 'host/policy_hack/policy_watcher_unittest.cc',
2656 'host/register_support_host_request_unittest.cc', 2662 'host/register_support_host_request_unittest.cc',
2657 'host/remote_input_filter_unittest.cc', 2663 'host/remote_input_filter_unittest.cc',
2658 'host/resizing_host_observer_unittest.cc', 2664 'host/resizing_host_observer_unittest.cc',
2659 'host/screen_capturer_fake.cc', 2665 'host/screen_capturer_fake.cc',
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
2781 '../base/allocator/allocator.gyp:allocator', 2787 '../base/allocator/allocator.gyp:allocator',
2782 ], 2788 ],
2783 }, 2789 },
2784 ], 2790 ],
2785 ], 2791 ],
2786 }], # end of 'toolkit_uses_gtk == 1' 2792 }], # end of 'toolkit_uses_gtk == 1'
2787 ], # end of 'conditions' 2793 ], # end of 'conditions'
2788 }, # end of target 'remoting_unittests' 2794 }, # end of target 'remoting_unittests'
2789 ], # end of targets 2795 ], # end of targets
2790 } 2796 }
OLDNEW
« no previous file with comments | « remoting/protocol/protocol_mock_objects.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698