| 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 1358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1369 'http/http_proxy_client_socket_pool_unittest.cc', | 1369 'http/http_proxy_client_socket_pool_unittest.cc', |
| 1370 'http/http_request_headers_unittest.cc', | 1370 'http/http_request_headers_unittest.cc', |
| 1371 'http/http_response_body_drainer_unittest.cc', | 1371 'http/http_response_body_drainer_unittest.cc', |
| 1372 'http/http_response_headers_unittest.cc', | 1372 'http/http_response_headers_unittest.cc', |
| 1373 'http/http_security_headers_unittest.cc', | 1373 'http/http_security_headers_unittest.cc', |
| 1374 'http/http_server_properties_impl_unittest.cc', | 1374 'http/http_server_properties_impl_unittest.cc', |
| 1375 'http/http_status_code_unittest.cc', | 1375 'http/http_status_code_unittest.cc', |
| 1376 'http/http_stream_factory_impl_request_unittest.cc', | 1376 'http/http_stream_factory_impl_request_unittest.cc', |
| 1377 'http/http_stream_factory_impl_unittest.cc', | 1377 'http/http_stream_factory_impl_unittest.cc', |
| 1378 'http/http_stream_parser_unittest.cc', | 1378 'http/http_stream_parser_unittest.cc', |
| 1379 'http/http_transaction_unittest.cc', | |
| 1380 'http/http_transaction_unittest.h', | |
| 1381 'http/http_util_unittest.cc', | 1379 'http/http_util_unittest.cc', |
| 1382 'http/http_vary_data_unittest.cc', | 1380 'http/http_vary_data_unittest.cc', |
| 1383 'http/mock_allow_url_security_manager.cc', | 1381 'http/mock_allow_url_security_manager.cc', |
| 1384 'http/mock_allow_url_security_manager.h', | 1382 'http/mock_allow_url_security_manager.h', |
| 1385 'http/mock_gssapi_library_posix.cc', | 1383 'http/mock_gssapi_library_posix.cc', |
| 1386 'http/mock_gssapi_library_posix.h', | 1384 'http/mock_gssapi_library_posix.h', |
| 1387 'http/mock_http_cache.cc', | 1385 'http/mock_http_cache.cc', |
| 1388 'http/mock_http_cache.h', | 1386 'http/mock_http_cache.h', |
| 1389 'http/mock_sspi_library_win.cc', | 1387 'http/mock_sspi_library_win.cc', |
| 1390 'http/mock_sspi_library_win.h', | 1388 'http/mock_sspi_library_win.h', |
| (...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1700 'tools/quic/test_tools/quic_test_client.h', | 1698 'tools/quic/test_tools/quic_test_client.h', |
| 1701 'tools/quic/test_tools/quic_test_utils.cc', | 1699 'tools/quic/test_tools/quic_test_utils.cc', |
| 1702 'tools/quic/test_tools/quic_test_utils.h', | 1700 'tools/quic/test_tools/quic_test_utils.h', |
| 1703 'tools/quic/test_tools/server_thread.h', | 1701 'tools/quic/test_tools/server_thread.h', |
| 1704 'tools/quic/test_tools/server_thread.cc', | 1702 'tools/quic/test_tools/server_thread.cc', |
| 1705 'tools/quic/test_tools/simple_client.h', | 1703 'tools/quic/test_tools/simple_client.h', |
| 1706 'tools/quic/test_tools/simple_client.cc', | 1704 'tools/quic/test_tools/simple_client.cc', |
| 1707 ], | 1705 ], |
| 1708 } | 1706 } |
| 1709 } | 1707 } |
| OLD | NEW |