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

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: 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 # 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 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 'host/local_input_monitor_win.cc', 413 'host/local_input_monitor_win.cc',
414 'host/log_to_server.cc', 414 'host/log_to_server.cc',
415 'host/log_to_server.h', 415 'host/log_to_server.h',
416 'host/me2me_desktop_environment.cc', 416 'host/me2me_desktop_environment.cc',
417 'host/me2me_desktop_environment.h', 417 'host/me2me_desktop_environment.h',
418 'host/mouse_clamping_filter.cc', 418 'host/mouse_clamping_filter.cc',
419 'host/mouse_clamping_filter.h', 419 'host/mouse_clamping_filter.h',
420 'host/network_settings.h', 420 'host/network_settings.h',
421 'host/pam_authorization_factory_posix.cc', 421 'host/pam_authorization_factory_posix.cc',
422 'host/pam_authorization_factory_posix.h', 422 'host/pam_authorization_factory_posix.h',
423 'host/pairing_registry_delegate_linux.cc',
424 'host/pairing_registry_delegate_linux.h',
425 'host/pairing_registry_delegate_mac.cc',
426 'host/pairing_registry_delegate_win.cc',
423 'host/pin_hash.cc', 427 'host/pin_hash.cc',
424 'host/pin_hash.h', 428 'host/pin_hash.h',
425 'host/policy_hack/policy_watcher.cc', 429 'host/policy_hack/policy_watcher.cc',
426 'host/policy_hack/policy_watcher.h', 430 'host/policy_hack/policy_watcher.h',
427 'host/policy_hack/policy_watcher_linux.cc', 431 'host/policy_hack/policy_watcher_linux.cc',
428 'host/policy_hack/policy_watcher_mac.mm', 432 'host/policy_hack/policy_watcher_mac.mm',
429 'host/policy_hack/policy_watcher_win.cc', 433 'host/policy_hack/policy_watcher_win.cc',
430 'host/register_support_host_request.cc', 434 'host/register_support_host_request.cc',
431 'host/register_support_host_request.h', 435 'host/register_support_host_request.h',
432 'host/remote_input_filter.cc', 436 'host/remote_input_filter.cc',
(...skipping 2226 matching lines...) Expand 10 before | Expand all | Expand 10 after
2659 'host/heartbeat_sender_unittest.cc', 2663 'host/heartbeat_sender_unittest.cc',
2660 'host/host_change_notification_listener_unittest.cc', 2664 'host/host_change_notification_listener_unittest.cc',
2661 'host/host_mock_objects.cc', 2665 'host/host_mock_objects.cc',
2662 'host/host_mock_objects.h', 2666 'host/host_mock_objects.h',
2663 'host/host_status_monitor_fake.h', 2667 'host/host_status_monitor_fake.h',
2664 'host/ipc_desktop_environment_unittest.cc', 2668 'host/ipc_desktop_environment_unittest.cc',
2665 'host/json_host_config_unittest.cc', 2669 'host/json_host_config_unittest.cc',
2666 'host/linux/x_server_clipboard_unittest.cc', 2670 'host/linux/x_server_clipboard_unittest.cc',
2667 'host/local_input_monitor_unittest.cc', 2671 'host/local_input_monitor_unittest.cc',
2668 'host/log_to_server_unittest.cc', 2672 'host/log_to_server_unittest.cc',
2673 'host/pairing_registry_delegate_linux_unittest.cc',
2669 'host/pin_hash_unittest.cc', 2674 'host/pin_hash_unittest.cc',
2670 'host/policy_hack/fake_policy_watcher.cc', 2675 'host/policy_hack/fake_policy_watcher.cc',
2671 'host/policy_hack/fake_policy_watcher.h', 2676 'host/policy_hack/fake_policy_watcher.h',
2672 'host/policy_hack/mock_policy_callback.cc', 2677 'host/policy_hack/mock_policy_callback.cc',
2673 'host/policy_hack/mock_policy_callback.h', 2678 'host/policy_hack/mock_policy_callback.h',
2674 'host/policy_hack/policy_watcher_unittest.cc', 2679 'host/policy_hack/policy_watcher_unittest.cc',
2675 'host/register_support_host_request_unittest.cc', 2680 'host/register_support_host_request_unittest.cc',
2676 'host/remote_input_filter_unittest.cc', 2681 'host/remote_input_filter_unittest.cc',
2677 'host/resizing_host_observer_unittest.cc', 2682 'host/resizing_host_observer_unittest.cc',
2678 'host/screen_resolution_unittest.cc', 2683 'host/screen_resolution_unittest.cc',
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
2799 '../base/allocator/allocator.gyp:allocator', 2804 '../base/allocator/allocator.gyp:allocator',
2800 ], 2805 ],
2801 }, 2806 },
2802 ], 2807 ],
2803 ], 2808 ],
2804 }], # end of 'toolkit_uses_gtk == 1' 2809 }], # end of 'toolkit_uses_gtk == 1'
2805 ], # end of 'conditions' 2810 ], # end of 'conditions'
2806 }, # end of target 'remoting_unittests' 2811 }, # end of target 'remoting_unittests'
2807 ], # end of targets 2812 ], # end of targets
2808 } 2813 }
OLDNEW
« remoting/protocol/pairing_registry.h ('K') | « remoting/protocol/pairing_registry_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698