| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 | 8 |
| 9 'linux_link_kerberos%': 0, | 9 'linux_link_kerberos%': 0, |
| 10 'use_tracing_cache_backend%': 0, | 10 'use_tracing_cache_backend%': 0, |
| (...skipping 1512 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1523 'http/http_auth_handler_unittest.cc', | 1523 'http/http_auth_handler_unittest.cc', |
| 1524 'http/http_auth_sspi_win_unittest.cc', | 1524 'http/http_auth_sspi_win_unittest.cc', |
| 1525 'http/http_auth_unittest.cc', | 1525 'http/http_auth_unittest.cc', |
| 1526 'http/http_byte_range_unittest.cc', | 1526 'http/http_byte_range_unittest.cc', |
| 1527 'http/http_cache_unittest.cc', | 1527 'http/http_cache_unittest.cc', |
| 1528 'http/http_chunked_decoder_unittest.cc', | 1528 'http/http_chunked_decoder_unittest.cc', |
| 1529 'http/http_content_disposition_unittest.cc', | 1529 'http/http_content_disposition_unittest.cc', |
| 1530 'http/http_network_layer_unittest.cc', | 1530 'http/http_network_layer_unittest.cc', |
| 1531 'http/http_network_transaction_spdy3_unittest.cc', | 1531 'http/http_network_transaction_spdy3_unittest.cc', |
| 1532 'http/http_network_transaction_spdy2_unittest.cc', | 1532 'http/http_network_transaction_spdy2_unittest.cc', |
| 1533 'http/http_network_transaction_ssl_unittest.cc', |
| 1533 'http/http_pipelined_connection_impl_unittest.cc', | 1534 'http/http_pipelined_connection_impl_unittest.cc', |
| 1534 'http/http_pipelined_host_forced_unittest.cc', | 1535 'http/http_pipelined_host_forced_unittest.cc', |
| 1535 'http/http_pipelined_host_impl_unittest.cc', | 1536 'http/http_pipelined_host_impl_unittest.cc', |
| 1536 'http/http_pipelined_host_pool_unittest.cc', | 1537 'http/http_pipelined_host_pool_unittest.cc', |
| 1537 'http/http_pipelined_host_test_util.cc', | 1538 'http/http_pipelined_host_test_util.cc', |
| 1538 'http/http_pipelined_host_test_util.h', | 1539 'http/http_pipelined_host_test_util.h', |
| 1539 'http/http_pipelined_network_transaction_unittest.cc', | 1540 'http/http_pipelined_network_transaction_unittest.cc', |
| 1540 'http/http_proxy_client_socket_pool_spdy2_unittest.cc', | 1541 'http/http_proxy_client_socket_pool_spdy2_unittest.cc', |
| 1541 'http/http_proxy_client_socket_pool_spdy3_unittest.cc', | 1542 'http/http_proxy_client_socket_pool_spdy3_unittest.cc', |
| 1542 'http/http_request_headers_unittest.cc', | 1543 'http/http_request_headers_unittest.cc', |
| (...skipping 1262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2805 '--result', '<@(_outputs)', | 2806 '--result', '<@(_outputs)', |
| 2806 '--isolate', 'net_unittests.isolate', | 2807 '--isolate', 'net_unittests.isolate', |
| 2807 ], | 2808 ], |
| 2808 }, | 2809 }, |
| 2809 ], | 2810 ], |
| 2810 }, | 2811 }, |
| 2811 ], | 2812 ], |
| 2812 }], | 2813 }], |
| 2813 ], | 2814 ], |
| 2814 } | 2815 } |
| OLD | NEW |