| 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 1397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1408 'http/http_chunked_decoder_unittest.cc', | 1408 'http/http_chunked_decoder_unittest.cc', |
| 1409 'http/http_content_disposition_unittest.cc', | 1409 'http/http_content_disposition_unittest.cc', |
| 1410 'http/http_log_util_unittest.cc', | 1410 'http/http_log_util_unittest.cc', |
| 1411 'http/http_network_layer_unittest.cc', | 1411 'http/http_network_layer_unittest.cc', |
| 1412 'http/http_network_transaction_ssl_unittest.cc', | 1412 'http/http_network_transaction_ssl_unittest.cc', |
| 1413 'http/http_network_transaction_unittest.cc', | 1413 'http/http_network_transaction_unittest.cc', |
| 1414 'http/http_proxy_client_socket_pool_unittest.cc', | 1414 'http/http_proxy_client_socket_pool_unittest.cc', |
| 1415 'http/http_request_headers_unittest.cc', | 1415 'http/http_request_headers_unittest.cc', |
| 1416 'http/http_response_body_drainer_unittest.cc', | 1416 'http/http_response_body_drainer_unittest.cc', |
| 1417 'http/http_response_headers_unittest.cc', | 1417 'http/http_response_headers_unittest.cc', |
| 1418 'http/http_response_info_unittest.cc', |
| 1418 'http/http_security_headers_unittest.cc', | 1419 'http/http_security_headers_unittest.cc', |
| 1419 'http/http_server_properties_impl_unittest.cc', | 1420 'http/http_server_properties_impl_unittest.cc', |
| 1420 'http/http_server_properties_manager_unittest.cc', | 1421 'http/http_server_properties_manager_unittest.cc', |
| 1421 'http/http_status_code_unittest.cc', | 1422 'http/http_status_code_unittest.cc', |
| 1422 'http/http_stream_factory_impl_request_unittest.cc', | 1423 'http/http_stream_factory_impl_request_unittest.cc', |
| 1423 'http/http_stream_factory_impl_unittest.cc', | 1424 'http/http_stream_factory_impl_unittest.cc', |
| 1424 'http/http_stream_parser_unittest.cc', | 1425 'http/http_stream_parser_unittest.cc', |
| 1425 'http/http_util_unittest.cc', | 1426 'http/http_util_unittest.cc', |
| 1426 'http/http_vary_data_unittest.cc', | 1427 'http/http_vary_data_unittest.cc', |
| 1427 'http/mock_allow_url_security_manager.cc', | 1428 'http/mock_allow_url_security_manager.cc', |
| (...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1765 ], | 1766 ], |
| 1766 'net_base_mac_ios_sources': [ | 1767 'net_base_mac_ios_sources': [ |
| 1767 'base/mac/url_conversions.h', | 1768 'base/mac/url_conversions.h', |
| 1768 'base/mac/url_conversions.mm', | 1769 'base/mac/url_conversions.mm', |
| 1769 ], | 1770 ], |
| 1770 'net_base_test_mac_ios_sources': [ | 1771 'net_base_test_mac_ios_sources': [ |
| 1771 'base/mac/url_conversions_unittest.mm', | 1772 'base/mac/url_conversions_unittest.mm', |
| 1772 ], | 1773 ], |
| 1773 } | 1774 } |
| 1774 } | 1775 } |
| OLD | NEW |