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

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, 8 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 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 886 matching lines...) Expand 10 before | Expand all | Expand 10 after
897 'host/event_executor_mac.cc', 897 'host/event_executor_mac.cc',
898 'host/event_executor_win.cc', 898 'host/event_executor_win.cc',
899 'host/heartbeat_sender.cc', 899 'host/heartbeat_sender.cc',
900 'host/heartbeat_sender.h', 900 'host/heartbeat_sender.h',
901 'host/gaia_oauth_client.cc', 901 'host/gaia_oauth_client.cc',
902 'host/gaia_oauth_client.h', 902 'host/gaia_oauth_client.h',
903 'host/host_config.cc', 903 'host/host_config.cc',
904 'host/host_config.h', 904 'host/host_config.h',
905 'host/host_key_pair.cc', 905 'host/host_key_pair.cc',
906 'host/host_key_pair.h', 906 'host/host_key_pair.h',
907 'host/host_port_allocator.cc',
908 'host/host_port_allocator.h',
907 'host/host_secret.cc', 909 'host/host_secret.cc',
908 'host/host_secret.h', 910 'host/host_secret.h',
909 'host/host_status_observer.h', 911 'host/host_status_observer.h',
910 'host/in_memory_host_config.cc', 912 'host/in_memory_host_config.cc',
911 'host/in_memory_host_config.h', 913 'host/in_memory_host_config.h',
912 'host/json_host_config.cc', 914 'host/json_host_config.cc',
913 'host/json_host_config.h', 915 'host/json_host_config.h',
914 'host/local_input_monitor.h', 916 'host/local_input_monitor.h',
915 'host/local_input_monitor_linux.cc', 917 'host/local_input_monitor_linux.cc',
916 'host/local_input_monitor_mac.mm', 918 'host/local_input_monitor_mac.mm',
917 'host/local_input_monitor_thread_linux.cc', 919 'host/local_input_monitor_thread_linux.cc',
918 'host/local_input_monitor_thread_linux.h', 920 'host/local_input_monitor_thread_linux.h',
919 'host/local_input_monitor_thread_win.cc', 921 'host/local_input_monitor_thread_win.cc',
920 'host/local_input_monitor_thread_win.h', 922 'host/local_input_monitor_thread_win.h',
921 'host/local_input_monitor_win.cc', 923 'host/local_input_monitor_win.cc',
922 'host/log_to_server.cc', 924 'host/log_to_server.cc',
923 'host/log_to_server.h', 925 'host/log_to_server.h',
926 'host/network_settings.h',
924 'host/policy_hack/nat_policy.h', 927 'host/policy_hack/nat_policy.h',
925 'host/policy_hack/nat_policy.cc', 928 'host/policy_hack/nat_policy.cc',
926 'host/policy_hack/nat_policy_linux.cc', 929 'host/policy_hack/nat_policy_linux.cc',
927 'host/policy_hack/nat_policy_mac.mm', 930 'host/policy_hack/nat_policy_mac.mm',
928 'host/policy_hack/nat_policy_win.cc', 931 'host/policy_hack/nat_policy_win.cc',
929 'host/register_support_host_request.cc', 932 'host/register_support_host_request.cc',
930 'host/register_support_host_request.h', 933 'host/register_support_host_request.h',
931 'host/remote_input_filter.cc', 934 'host/remote_input_filter.cc',
932 'host/remote_input_filter.h', 935 'host/remote_input_filter.h',
933 'host/screen_recorder.cc', 936 'host/screen_recorder.cc',
(...skipping 661 matching lines...) Expand 10 before | Expand all | Expand 10 after
1595 '../base/allocator/allocator.gyp:allocator', 1598 '../base/allocator/allocator.gyp:allocator',
1596 ], 1599 ],
1597 }, 1600 },
1598 ], 1601 ],
1599 ], 1602 ],
1600 }], 1603 }],
1601 ], # end of 'conditions' 1604 ], # end of 'conditions'
1602 }, # end of target 'remoting_unittests' 1605 }, # end of target 'remoting_unittests'
1603 ], # end of targets 1606 ], # end of targets
1604 } 1607 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698