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

Side by Side Diff: net/net.gypi

Issue 234023003: Build remoting for PNaCl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update net.gypi Created 6 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 | « jingle/jingle_nacl.gyp ('k') | net/net_nacl.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This file is shared between the regular GYP build, the NaCl GYP build, and 5 # This file is shared between the regular GYP build, the NaCl GYP build, and
6 # the GN build. For GN support, it must have no conditionals or anything like 6 # the GN build. For GN support, it must have no conditionals or anything like
7 # that beyond the simple one-level-deep dictionary of values. 7 # that beyond the simple one-level-deep dictionary of values.
8 { 8 {
9 'variables': { 9 'variables': {
10 # Subset of net source files that are compiled for NaCl (net_nacl target). 10 # Subset of net source files that are compiled for NaCl (net_nacl target).
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 'http/http_util_icu.cc', 107 'http/http_util_icu.cc',
108 'http/http_vary_data.cc', 108 'http/http_vary_data.cc',
109 'http/http_vary_data.h', 109 'http/http_vary_data.h',
110 'http/transport_security_state.cc', 110 'http/transport_security_state.cc',
111 'http/transport_security_state.h', 111 'http/transport_security_state.h',
112 'socket/client_socket_handle.cc', 112 'socket/client_socket_handle.cc',
113 'socket/client_socket_handle.h', 113 'socket/client_socket_handle.h',
114 'socket/client_socket_pool_histograms.cc', 114 'socket/client_socket_pool_histograms.cc',
115 'socket/client_socket_pool_histograms.h', 115 'socket/client_socket_pool_histograms.h',
116 'socket/next_proto.h', 116 'socket/next_proto.h',
117 'socket/openssl_ssl_util.cc',
118 'socket/openssl_ssl_util.h',
117 'socket/socket.h', 119 'socket/socket.h',
118 'socket/ssl_client_socket.cc', 120 'socket/ssl_client_socket.cc',
119 'socket/ssl_client_socket.h', 121 'socket/ssl_client_socket.h',
120 'socket/ssl_client_socket_openssl.cc', 122 'socket/ssl_client_socket_openssl.cc',
121 'socket/ssl_client_socket_openssl.h', 123 'socket/ssl_client_socket_openssl.h',
122 'socket/ssl_client_socket_pool.cc', 124 'socket/ssl_client_socket_pool.cc',
123 'socket/ssl_client_socket_pool.h', 125 'socket/ssl_client_socket_pool.h',
124 'socket/ssl_error_params.cc', 126 'socket/ssl_error_params.cc',
125 'socket/ssl_error_params.h', 127 'socket/ssl_error_params.h',
126 'socket/ssl_session_cache_openssl.cc', 128 'socket/ssl_session_cache_openssl.cc',
(...skipping 820 matching lines...) Expand 10 before | Expand all | Expand 10 after
947 'socket/client_socket_pool.cc', 949 'socket/client_socket_pool.cc',
948 'socket/client_socket_pool.h', 950 'socket/client_socket_pool.h',
949 'socket/client_socket_pool_base.cc', 951 'socket/client_socket_pool_base.cc',
950 'socket/client_socket_pool_base.h', 952 'socket/client_socket_pool_base.h',
951 'socket/client_socket_pool_manager.cc', 953 'socket/client_socket_pool_manager.cc',
952 'socket/client_socket_pool_manager.h', 954 'socket/client_socket_pool_manager.h',
953 'socket/client_socket_pool_manager_impl.cc', 955 'socket/client_socket_pool_manager_impl.cc',
954 'socket/client_socket_pool_manager_impl.h', 956 'socket/client_socket_pool_manager_impl.h',
955 'socket/nss_ssl_util.cc', 957 'socket/nss_ssl_util.cc',
956 'socket/nss_ssl_util.h', 958 'socket/nss_ssl_util.h',
957 'socket/openssl_ssl_util.cc',
958 'socket/openssl_ssl_util.h',
959 'socket/server_socket.h', 959 'socket/server_socket.h',
960 'socket/socket_descriptor.cc', 960 'socket/socket_descriptor.cc',
961 'socket/socket_descriptor.h', 961 'socket/socket_descriptor.h',
962 'socket/socket_net_log_params.cc', 962 'socket/socket_net_log_params.cc',
963 'socket/socket_net_log_params.h', 963 'socket/socket_net_log_params.h',
964 'socket/socks5_client_socket.cc', 964 'socket/socks5_client_socket.cc',
965 'socket/socks5_client_socket.h', 965 'socket/socks5_client_socket.h',
966 'socket/socks_client_socket.cc', 966 'socket/socks_client_socket.cc',
967 'socket/socks_client_socket.h', 967 'socket/socks_client_socket.h',
968 'socket/socks_client_socket_pool.cc', 968 'socket/socks_client_socket_pool.cc',
(...skipping 740 matching lines...) Expand 10 before | Expand all | Expand 10 after
1709 'tools/quic/test_tools/quic_test_client.h', 1709 'tools/quic/test_tools/quic_test_client.h',
1710 'tools/quic/test_tools/quic_test_utils.cc', 1710 'tools/quic/test_tools/quic_test_utils.cc',
1711 'tools/quic/test_tools/quic_test_utils.h', 1711 'tools/quic/test_tools/quic_test_utils.h',
1712 'tools/quic/test_tools/server_thread.h', 1712 'tools/quic/test_tools/server_thread.h',
1713 'tools/quic/test_tools/server_thread.cc', 1713 'tools/quic/test_tools/server_thread.cc',
1714 'tools/quic/test_tools/simple_client.h', 1714 'tools/quic/test_tools/simple_client.h',
1715 'tools/quic/test_tools/simple_client.cc', 1715 'tools/quic/test_tools/simple_client.cc',
1716 ], 1716 ],
1717 } 1717 }
1718 } 1718 }
OLDNEW
« no previous file with comments | « jingle/jingle_nacl.gyp ('k') | net/net_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698