| OLD | NEW |
| 1 # Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2006-2008 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 __doc__ = """ | 5 __doc__ = """ |
| 6 Configuration for building net.lib / libnet.a. | 6 Configuration for building net.lib / libnet.a. |
| 7 """ | 7 """ |
| 8 | 8 |
| 9 Import('env') | 9 Import('env') |
| 10 | 10 |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 'base/auth.h', | 24 'base/auth.h', |
| 25 'base/base64.cc', | 25 'base/base64.cc', |
| 26 'base/base64.h', | 26 'base/base64.h', |
| 27 'base/bzip2_filter.cc', | 27 'base/bzip2_filter.cc', |
| 28 'base/bzip2_filter.h', | 28 'base/bzip2_filter.h', |
| 29 'base/cert_status_flags.cc', | 29 'base/cert_status_flags.cc', |
| 30 'base/cert_status_flags.h', | 30 'base/cert_status_flags.h', |
| 31 'base/cert_verifier.cc', | 31 'base/cert_verifier.cc', |
| 32 'base/cert_verifier.h', | 32 'base/cert_verifier.h', |
| 33 'base/cert_verify_result.h', | 33 'base/cert_verify_result.h', |
| 34 'base/client_socket.cc', |
| 34 'base/client_socket.h', | 35 'base/client_socket.h', |
| 35 'base/client_socket_factory.cc', | 36 'base/client_socket_factory.cc', |
| 36 'base/client_socket_factory.h', | 37 'base/client_socket_factory.h', |
| 37 'base/client_socket_handle.cc', | 38 'base/client_socket_handle.cc', |
| 38 'base/client_socket_handle.h', | 39 'base/client_socket_handle.h', |
| 39 'base/client_socket_pool.cc', | 40 'base/client_socket_pool.cc', |
| 40 'base/client_socket_pool.h', | 41 'base/client_socket_pool.h', |
| 41 'base/completion_callback.h', | 42 'base/completion_callback.h', |
| 42 'base/connection_type_histograms.cc', | 43 'base/connection_type_histograms.cc', |
| 43 'base/connection_type_histograms.h', | 44 'base/connection_type_histograms.h', |
| (...skipping 15 matching lines...) Expand all Loading... |
| 59 'base/file_stream.h', | 60 'base/file_stream.h', |
| 60 'base/file_stream_win.cc', | 61 'base/file_stream_win.cc', |
| 61 'base/filter.cc', | 62 'base/filter.cc', |
| 62 'base/filter.h', | 63 'base/filter.h', |
| 63 'base/gzip_filter.cc', | 64 'base/gzip_filter.cc', |
| 64 'base/gzip_filter.h', | 65 'base/gzip_filter.h', |
| 65 'base/gzip_header.cc', | 66 'base/gzip_header.cc', |
| 66 'base/gzip_header.h', | 67 'base/gzip_header.h', |
| 67 'base/host_resolver.cc', | 68 'base/host_resolver.cc', |
| 68 'base/host_resolver.h', | 69 'base/host_resolver.h', |
| 70 'base/io_buffer.cc', |
| 69 'base/io_buffer.h', | 71 'base/io_buffer.h', |
| 70 'base/listen_socket.cc', | 72 'base/listen_socket.cc', |
| 71 'base/listen_socket.h', | 73 'base/listen_socket.h', |
| 72 'base/load_flags.h', | 74 'base/load_flags.h', |
| 73 'base/mime_sniffer.cc', | 75 'base/mime_sniffer.cc', |
| 74 'base/mime_sniffer.h', | 76 'base/mime_sniffer.h', |
| 75 'base/mime_util.cc', | 77 'base/mime_util.cc', |
| 76 'base/mime_util.h', | 78 'base/mime_util.h', |
| 77 'base/net_error_list.h', | 79 'base/net_error_list.h', |
| 78 'base/net_errors.cc', | 80 'base/net_errors.cc', |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 173 'http/http_chunked_decoder.cc', | 175 'http/http_chunked_decoder.cc', |
| 174 'http/http_chunked_decoder.h', | 176 'http/http_chunked_decoder.h', |
| 175 'http/http_network_layer.cc', | 177 'http/http_network_layer.cc', |
| 176 'http/http_network_layer.h', | 178 'http/http_network_layer.h', |
| 177 'http/http_network_session.h', | 179 'http/http_network_session.h', |
| 178 'http/http_network_transaction.cc', | 180 'http/http_network_transaction.cc', |
| 179 'http/http_network_transaction.h', | 181 'http/http_network_transaction.h', |
| 180 'http/http_request_info.h', | 182 'http/http_request_info.h', |
| 181 'http/http_response_headers.cc', | 183 'http/http_response_headers.cc', |
| 182 'http/http_response_headers.h', | 184 'http/http_response_headers.h', |
| 185 'http/http_response_info.cc', |
| 183 'http/http_response_info.h', | 186 'http/http_response_info.h', |
| 184 'http/http_transaction.h', | 187 'http/http_transaction.h', |
| 185 'http/http_transaction_factory.h', | 188 'http/http_transaction_factory.h', |
| 186 'http/http_util.cc', | 189 'http/http_util.cc', |
| 187 'http/http_util.h', | 190 'http/http_util.h', |
| 188 'http/http_vary_data.cc', | 191 'http/http_vary_data.cc', |
| 189 'http/http_vary_data.h', | 192 'http/http_vary_data.h', |
| 190 ]), | 193 ]), |
| 191 MSVSFilter('disk_cache', [ | 194 MSVSFilter('disk_cache', [ |
| 195 'disk_cache/addr.cc', |
| 192 'disk_cache/addr.h', | 196 'disk_cache/addr.h', |
| 193 'disk_cache/backend_impl.cc', | 197 'disk_cache/backend_impl.cc', |
| 194 'disk_cache/backend_impl.h', | 198 'disk_cache/backend_impl.h', |
| 195 'disk_cache/block_files.cc', | 199 'disk_cache/block_files.cc', |
| 196 'disk_cache/block_files.h', | 200 'disk_cache/block_files.h', |
| 197 'disk_cache/cache_util.h', | 201 'disk_cache/cache_util.h', |
| 198 'disk_cache/cache_util_win.cc', | 202 'disk_cache/cache_util_win.cc', |
| 199 'disk_cache/disk_cache.h', | 203 'disk_cache/disk_cache.h', |
| 200 'disk_cache/disk_format.h', | 204 'disk_cache/disk_format.h', |
| 201 'disk_cache/entry_impl.cc', | 205 'disk_cache/entry_impl.cc', |
| (...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 406 UsePrecompiledHeader='1'), | 410 UsePrecompiledHeader='1'), |
| 407 ]) | 411 ]) |
| 408 | 412 |
| 409 # TODO(sgk): remove when we can derive this information | 413 # TODO(sgk): remove when we can derive this information |
| 410 p.AddFileConfig('build/precompiled_net.cc', | 414 p.AddFileConfig('build/precompiled_net.cc', |
| 411 'Release|Win32', | 415 'Release|Win32', |
| 412 ExcludedFromBuild='true', | 416 ExcludedFromBuild='true', |
| 413 tools=[ | 417 tools=[ |
| 414 'VCCLCompilerTool', | 418 'VCCLCompilerTool', |
| 415 ]) | 419 ]) |
| OLD | NEW |