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 'conditions': [ | 10 'conditions': [ |
(...skipping 1475 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1486 'http/http_auth_handler_unittest.cc', | 1486 'http/http_auth_handler_unittest.cc', |
1487 'http/http_auth_sspi_win_unittest.cc', | 1487 'http/http_auth_sspi_win_unittest.cc', |
1488 'http/http_auth_unittest.cc', | 1488 'http/http_auth_unittest.cc', |
1489 'http/http_byte_range_unittest.cc', | 1489 'http/http_byte_range_unittest.cc', |
1490 'http/http_cache_unittest.cc', | 1490 'http/http_cache_unittest.cc', |
1491 'http/http_chunked_decoder_unittest.cc', | 1491 'http/http_chunked_decoder_unittest.cc', |
1492 'http/http_content_disposition_unittest.cc', | 1492 'http/http_content_disposition_unittest.cc', |
1493 'http/http_network_layer_unittest.cc', | 1493 'http/http_network_layer_unittest.cc', |
1494 'http/http_network_transaction_spdy3_unittest.cc', | 1494 'http/http_network_transaction_spdy3_unittest.cc', |
1495 'http/http_network_transaction_spdy2_unittest.cc', | 1495 'http/http_network_transaction_spdy2_unittest.cc', |
| 1496 'http/http_network_transaction_ssl_unittest.cc', |
1496 'http/http_pipelined_connection_impl_unittest.cc', | 1497 'http/http_pipelined_connection_impl_unittest.cc', |
1497 'http/http_pipelined_host_forced_unittest.cc', | 1498 'http/http_pipelined_host_forced_unittest.cc', |
1498 'http/http_pipelined_host_impl_unittest.cc', | 1499 'http/http_pipelined_host_impl_unittest.cc', |
1499 'http/http_pipelined_host_pool_unittest.cc', | 1500 'http/http_pipelined_host_pool_unittest.cc', |
1500 'http/http_pipelined_host_test_util.cc', | 1501 'http/http_pipelined_host_test_util.cc', |
1501 'http/http_pipelined_host_test_util.h', | 1502 'http/http_pipelined_host_test_util.h', |
1502 'http/http_pipelined_network_transaction_unittest.cc', | 1503 'http/http_pipelined_network_transaction_unittest.cc', |
1503 'http/http_proxy_client_socket_pool_spdy2_unittest.cc', | 1504 'http/http_proxy_client_socket_pool_spdy2_unittest.cc', |
1504 'http/http_proxy_client_socket_pool_spdy3_unittest.cc', | 1505 'http/http_proxy_client_socket_pool_spdy3_unittest.cc', |
1505 'http/http_request_headers_unittest.cc', | 1506 'http/http_request_headers_unittest.cc', |
(...skipping 1217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2723 '--result', '<@(_outputs)', | 2724 '--result', '<@(_outputs)', |
2724 '--isolate', 'net_unittests.isolate', | 2725 '--isolate', 'net_unittests.isolate', |
2725 ], | 2726 ], |
2726 }, | 2727 }, |
2727 ], | 2728 ], |
2728 }, | 2729 }, |
2729 ], | 2730 ], |
2730 }], | 2731 }], |
2731 ], | 2732 ], |
2732 } | 2733 } |
OLD | NEW |