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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
109 'http/http_security_headers.h', | 109 'http/http_security_headers.h', |
110 'http/http_util.cc', | 110 'http/http_util.cc', |
111 'http/http_util.h', | 111 'http/http_util.h', |
112 'http/http_util_icu.cc', | 112 'http/http_util_icu.cc', |
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_capture_mode.cc', |
| 120 'log/net_log_capture_mode.h', |
119 'log/net_log_event_type_list.h', | 121 'log/net_log_event_type_list.h', |
120 'log/net_log_source_type_list.h', | 122 'log/net_log_source_type_list.h', |
121 'socket/client_socket_handle.cc', | 123 'socket/client_socket_handle.cc', |
122 'socket/client_socket_handle.h', | 124 'socket/client_socket_handle.h', |
123 'socket/next_proto.cc', | 125 'socket/next_proto.cc', |
124 'socket/next_proto.h', | 126 'socket/next_proto.h', |
125 'socket/socket.h', | 127 'socket/socket.h', |
126 'socket/ssl_client_socket.cc', | 128 'socket/ssl_client_socket.cc', |
127 'socket/ssl_client_socket.h', | 129 'socket/ssl_client_socket.h', |
128 'socket/ssl_client_socket_openssl.cc', | 130 'socket/ssl_client_socket_openssl.cc', |
(...skipping 1657 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1786 'base/mac/url_conversions_unittest.mm', | 1788 'base/mac/url_conversions_unittest.mm', |
1787 ], | 1789 ], |
1788 'net_docs_script': 'tools/net_docs/net_docs.py', | 1790 'net_docs_script': 'tools/net_docs/net_docs.py', |
1789 'net_docs_sources': [ | 1791 'net_docs_sources': [ |
1790 'README.md', | 1792 'README.md', |
1791 'sdch/README.md', | 1793 'sdch/README.md', |
1792 ], | 1794 ], |
1793 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1795 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
1794 } | 1796 } |
1795 } | 1797 } |
OLD | NEW |