OLD | NEW |
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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
113 'http/http_vary_data.cc', | 113 'http/http_vary_data.cc', |
114 'http/http_vary_data.h', | 114 'http/http_vary_data.h', |
115 'http/transport_security_state.cc', | 115 'http/transport_security_state.cc', |
116 'http/transport_security_state.h', | 116 'http/transport_security_state.h', |
117 'log/net_log.cc', | 117 'log/net_log.cc', |
118 'log/net_log.h', | 118 'log/net_log.h', |
119 'log/net_log_event_type_list.h', | 119 'log/net_log_event_type_list.h', |
120 'log/net_log_source_type_list.h', | 120 'log/net_log_source_type_list.h', |
121 'socket/client_socket_handle.cc', | 121 'socket/client_socket_handle.cc', |
122 'socket/client_socket_handle.h', | 122 'socket/client_socket_handle.h', |
| 123 'socket/connection_attempts.h', |
123 'socket/next_proto.cc', | 124 'socket/next_proto.cc', |
124 'socket/next_proto.h', | 125 'socket/next_proto.h', |
125 'socket/socket.h', | 126 'socket/socket.h', |
126 'socket/ssl_client_socket.cc', | 127 'socket/ssl_client_socket.cc', |
127 'socket/ssl_client_socket.h', | 128 'socket/ssl_client_socket.h', |
128 'socket/ssl_client_socket_openssl.cc', | 129 'socket/ssl_client_socket_openssl.cc', |
129 'socket/ssl_client_socket_openssl.h', | 130 'socket/ssl_client_socket_openssl.h', |
130 'socket/ssl_client_socket_pool.cc', | 131 'socket/ssl_client_socket_pool.cc', |
131 'socket/ssl_client_socket_pool.h', | 132 'socket/ssl_client_socket_pool.h', |
132 'socket/ssl_session_cache_openssl.cc', | 133 'socket/ssl_session_cache_openssl.cc', |
(...skipping 1646 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1779 'base/mac/url_conversions_unittest.mm', | 1780 'base/mac/url_conversions_unittest.mm', |
1780 ], | 1781 ], |
1781 'net_docs_script': 'tools/net_docs/net_docs.py', | 1782 'net_docs_script': 'tools/net_docs/net_docs.py', |
1782 'net_docs_sources': [ | 1783 'net_docs_sources': [ |
1783 'README.md', | 1784 'README.md', |
1784 'sdch/README.md', | 1785 'sdch/README.md', |
1785 ], | 1786 ], |
1786 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1787 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
1787 } | 1788 } |
1788 } | 1789 } |
OLD | NEW |