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_security_headers.h', | 113 'http/http_security_headers.h', |
114 'http/http_util.cc', | 114 'http/http_util.cc', |
115 'http/http_util.h', | 115 'http/http_util.h', |
116 'http/http_util_icu.cc', | 116 'http/http_util_icu.cc', |
117 'http/http_vary_data.cc', | 117 'http/http_vary_data.cc', |
118 'http/http_vary_data.h', | 118 'http/http_vary_data.h', |
119 'http/transport_security_state.cc', | 119 'http/transport_security_state.cc', |
120 'http/transport_security_state.h', | 120 'http/transport_security_state.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/client_socket_pool_histograms.cc', | |
124 'socket/client_socket_pool_histograms.h', | |
125 'socket/next_proto.cc', | 123 'socket/next_proto.cc', |
126 'socket/next_proto.h', | 124 'socket/next_proto.h', |
127 'socket/socket.h', | 125 'socket/socket.h', |
128 'socket/ssl_client_socket.cc', | 126 'socket/ssl_client_socket.cc', |
129 'socket/ssl_client_socket.h', | 127 'socket/ssl_client_socket.h', |
130 'socket/ssl_client_socket_openssl.cc', | 128 'socket/ssl_client_socket_openssl.cc', |
131 'socket/ssl_client_socket_openssl.h', | 129 'socket/ssl_client_socket_openssl.h', |
132 'socket/ssl_client_socket_pool.cc', | 130 'socket/ssl_client_socket_pool.cc', |
133 'socket/ssl_client_socket_pool.h', | 131 'socket/ssl_client_socket_pool.h', |
134 'socket/ssl_session_cache_openssl.cc', | 132 'socket/ssl_session_cache_openssl.cc', |
(...skipping 1649 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1784 'base/mac/url_conversions_unittest.mm', | 1782 'base/mac/url_conversions_unittest.mm', |
1785 ], | 1783 ], |
1786 'net_docs_script': 'tools/net_docs/net_docs.py', | 1784 'net_docs_script': 'tools/net_docs/net_docs.py', |
1787 'net_docs_sources': [ | 1785 'net_docs_sources': [ |
1788 'README.md', | 1786 'README.md', |
1789 'sdch/README.md', | 1787 'sdch/README.md', |
1790 ], | 1788 ], |
1791 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1789 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
1792 } | 1790 } |
1793 } | 1791 } |
OLD | NEW |