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

Side by Side Diff: remoting/remoting.gyp

Issue 10160013: Implement HostPortAllocator. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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/libjingle_transport_factory.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 1
2 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 2 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'variables': { 7 'variables': {
8 # TODO(dmaclach): can we pick this up some other way? Right now it's 8 # TODO(dmaclach): can we pick this up some other way? Right now it's
9 # duplicated from chrome.gyp 9 # duplicated from chrome.gyp
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 888 matching lines...) Expand 10 before | Expand all | Expand 10 after
899 'host/event_executor_mac.cc', 899 'host/event_executor_mac.cc',
900 'host/event_executor_win.cc', 900 'host/event_executor_win.cc',
901 'host/heartbeat_sender.cc', 901 'host/heartbeat_sender.cc',
902 'host/heartbeat_sender.h', 902 'host/heartbeat_sender.h',
903 'host/gaia_oauth_client.cc', 903 'host/gaia_oauth_client.cc',
904 'host/gaia_oauth_client.h', 904 'host/gaia_oauth_client.h',
905 'host/host_config.cc', 905 'host/host_config.cc',
906 'host/host_config.h', 906 'host/host_config.h',
907 'host/host_key_pair.cc', 907 'host/host_key_pair.cc',
908 'host/host_key_pair.h', 908 'host/host_key_pair.h',
909 'host/host_port_allocator.cc',
910 'host/host_port_allocator.h',
909 'host/host_secret.cc', 911 'host/host_secret.cc',
910 'host/host_secret.h', 912 'host/host_secret.h',
911 'host/host_status_observer.h', 913 'host/host_status_observer.h',
912 'host/in_memory_host_config.cc', 914 'host/in_memory_host_config.cc',
913 'host/in_memory_host_config.h', 915 'host/in_memory_host_config.h',
914 'host/json_host_config.cc', 916 'host/json_host_config.cc',
915 'host/json_host_config.h', 917 'host/json_host_config.h',
916 'host/local_input_monitor.h', 918 'host/local_input_monitor.h',
917 'host/local_input_monitor_linux.cc', 919 'host/local_input_monitor_linux.cc',
918 'host/local_input_monitor_mac.mm', 920 'host/local_input_monitor_mac.mm',
919 'host/local_input_monitor_thread_linux.cc', 921 'host/local_input_monitor_thread_linux.cc',
920 'host/local_input_monitor_thread_linux.h', 922 'host/local_input_monitor_thread_linux.h',
921 'host/local_input_monitor_thread_win.cc', 923 'host/local_input_monitor_thread_win.cc',
922 'host/local_input_monitor_thread_win.h', 924 'host/local_input_monitor_thread_win.h',
923 'host/local_input_monitor_win.cc', 925 'host/local_input_monitor_win.cc',
924 'host/log_to_server.cc', 926 'host/log_to_server.cc',
925 'host/log_to_server.h', 927 'host/log_to_server.h',
928 'host/network_settings.h',
926 'host/policy_hack/nat_policy.h', 929 'host/policy_hack/nat_policy.h',
927 'host/policy_hack/nat_policy.cc', 930 'host/policy_hack/nat_policy.cc',
928 'host/policy_hack/nat_policy_linux.cc', 931 'host/policy_hack/nat_policy_linux.cc',
929 'host/policy_hack/nat_policy_mac.mm', 932 'host/policy_hack/nat_policy_mac.mm',
930 'host/policy_hack/nat_policy_win.cc', 933 'host/policy_hack/nat_policy_win.cc',
931 'host/register_support_host_request.cc', 934 'host/register_support_host_request.cc',
932 'host/register_support_host_request.h', 935 'host/register_support_host_request.h',
933 'host/remote_input_filter.cc', 936 'host/remote_input_filter.cc',
934 'host/remote_input_filter.h', 937 'host/remote_input_filter.h',
935 'host/screen_recorder.cc', 938 'host/screen_recorder.cc',
(...skipping 696 matching lines...) Expand 10 before | Expand all | Expand 10 after
1632 '../base/allocator/allocator.gyp:allocator', 1635 '../base/allocator/allocator.gyp:allocator',
1633 ], 1636 ],
1634 }, 1637 },
1635 ], 1638 ],
1636 ], 1639 ],
1637 }], 1640 }],
1638 ], # end of 'conditions' 1641 ], # end of 'conditions'
1639 }, # end of target 'remoting_unittests' 1642 }, # end of target 'remoting_unittests'
1640 ], # end of targets 1643 ], # end of targets
1641 } 1644 }
OLDNEW
« no previous file with comments | « remoting/protocol/libjingle_transport_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698