Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(147)

Side by Side Diff: net/net.gyp

Issue 17028007: Merge the HttpNetworkTransaction tests and parametrize them on a NextProto (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « net/http/http_network_transaction_unittest.cc ('k') | net/spdy/spdy_test_util_common.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1569 matching lines...) Expand 10 before | Expand all | Expand 10 after
1580 'http/http_auth_handler_mock.h', 1580 'http/http_auth_handler_mock.h',
1581 'http/http_auth_handler_negotiate_unittest.cc', 1581 'http/http_auth_handler_negotiate_unittest.cc',
1582 'http/http_auth_handler_unittest.cc', 1582 'http/http_auth_handler_unittest.cc',
1583 'http/http_auth_sspi_win_unittest.cc', 1583 'http/http_auth_sspi_win_unittest.cc',
1584 'http/http_auth_unittest.cc', 1584 'http/http_auth_unittest.cc',
1585 'http/http_byte_range_unittest.cc', 1585 'http/http_byte_range_unittest.cc',
1586 'http/http_cache_unittest.cc', 1586 'http/http_cache_unittest.cc',
1587 'http/http_chunked_decoder_unittest.cc', 1587 'http/http_chunked_decoder_unittest.cc',
1588 'http/http_content_disposition_unittest.cc', 1588 'http/http_content_disposition_unittest.cc',
1589 'http/http_network_layer_unittest.cc', 1589 'http/http_network_layer_unittest.cc',
1590 'http/http_network_transaction_spdy3_unittest.cc', 1590 'http/http_network_transaction_unittest.cc',
1591 'http/http_network_transaction_spdy2_unittest.cc',
1592 'http/http_network_transaction_ssl_unittest.cc', 1591 'http/http_network_transaction_ssl_unittest.cc',
1593 'http/http_pipelined_connection_impl_unittest.cc', 1592 'http/http_pipelined_connection_impl_unittest.cc',
1594 'http/http_pipelined_host_forced_unittest.cc', 1593 'http/http_pipelined_host_forced_unittest.cc',
1595 'http/http_pipelined_host_impl_unittest.cc', 1594 'http/http_pipelined_host_impl_unittest.cc',
1596 'http/http_pipelined_host_pool_unittest.cc', 1595 'http/http_pipelined_host_pool_unittest.cc',
1597 'http/http_pipelined_host_test_util.cc', 1596 'http/http_pipelined_host_test_util.cc',
1598 'http/http_pipelined_host_test_util.h', 1597 'http/http_pipelined_host_test_util.h',
1599 'http/http_pipelined_network_transaction_unittest.cc', 1598 'http/http_pipelined_network_transaction_unittest.cc',
1600 'http/http_proxy_client_socket_pool_spdy2_unittest.cc', 1599 'http/http_proxy_client_socket_pool_spdy2_unittest.cc',
1601 'http/http_proxy_client_socket_pool_spdy3_unittest.cc', 1600 'http/http_proxy_client_socket_pool_spdy3_unittest.cc',
(...skipping 1323 matching lines...) Expand 10 before | Expand all | Expand 10 after
2925 '--result', '<@(_outputs)', 2924 '--result', '<@(_outputs)',
2926 '--isolate', 'net_unittests.isolate', 2925 '--isolate', 'net_unittests.isolate',
2927 ], 2926 ],
2928 }, 2927 },
2929 ], 2928 ],
2930 }, 2929 },
2931 ], 2930 ],
2932 }], 2931 }],
2933 ], 2932 ],
2934 } 2933 }
OLDNEW
« no previous file with comments | « net/http/http_network_transaction_unittest.cc ('k') | net/spdy/spdy_test_util_common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698