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

Side by Side Diff: net/net.gyp

Issue 3578002: Fixes the tests written for http://codereview.chromium.org/3432009/show... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Modified tests to use DeterministicSocketData - v2 Created 10 years, 2 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_proxy_utils.cc ('k') | net/spdy/spdy_framer.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 (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 'http/http_transaction.h', 446 'http/http_transaction.h',
447 'http/http_transaction_factory.h', 447 'http/http_transaction_factory.h',
448 'http/url_security_manager.h', 448 'http/url_security_manager.h',
449 'http/url_security_manager.cc', 449 'http/url_security_manager.cc',
450 'http/url_security_manager_posix.cc', 450 'http/url_security_manager_posix.cc',
451 'http/url_security_manager_win.cc', 451 'http/url_security_manager_win.cc',
452 'http/http_proxy_client_socket.cc', 452 'http/http_proxy_client_socket.cc',
453 'http/http_proxy_client_socket.h', 453 'http/http_proxy_client_socket.h',
454 'http/http_proxy_client_socket_pool.cc', 454 'http/http_proxy_client_socket_pool.cc',
455 'http/http_proxy_client_socket_pool.h', 455 'http/http_proxy_client_socket_pool.h',
456 'http/http_proxy_utils.cc',
457 'http/http_proxy_utils.h',
456 'http/http_util.cc', 458 'http/http_util.cc',
457 'http/http_util_icu.cc', 459 'http/http_util_icu.cc',
458 'http/http_util.h', 460 'http/http_util.h',
459 'http/http_vary_data.cc', 461 'http/http_vary_data.cc',
460 'http/http_vary_data.h', 462 'http/http_vary_data.h',
461 'http/http_version.h', 463 'http/http_version.h',
462 'http/md4.cc', 464 'http/md4.cc',
463 'http/md4.h', 465 'http/md4.h',
464 'http/partial_data.cc', 466 'http/partial_data.cc',
465 'http/partial_data.h', 467 'http/partial_data.h',
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
565 'spdy/spdy_frame_builder.h', 567 'spdy/spdy_frame_builder.h',
566 'spdy/spdy_framer.cc', 568 'spdy/spdy_framer.cc',
567 'spdy/spdy_framer.h', 569 'spdy/spdy_framer.h',
568 'spdy/spdy_http_stream.cc', 570 'spdy/spdy_http_stream.cc',
569 'spdy/spdy_http_stream.h', 571 'spdy/spdy_http_stream.h',
570 'spdy/spdy_http_utils.cc', 572 'spdy/spdy_http_utils.cc',
571 'spdy/spdy_http_utils.h', 573 'spdy/spdy_http_utils.h',
572 'spdy/spdy_io_buffer.cc', 574 'spdy/spdy_io_buffer.cc',
573 'spdy/spdy_io_buffer.h', 575 'spdy/spdy_io_buffer.h',
574 'spdy/spdy_protocol.h', 576 'spdy/spdy_protocol.h',
577 'spdy/spdy_proxy_client_socket.cc',
578 'spdy/spdy_proxy_client_socket.h',
575 'spdy/spdy_session.cc', 579 'spdy/spdy_session.cc',
576 'spdy/spdy_session.h', 580 'spdy/spdy_session.h',
577 'spdy/spdy_session_pool.cc', 581 'spdy/spdy_session_pool.cc',
578 'spdy/spdy_session_pool.h', 582 'spdy/spdy_session_pool.h',
579 'spdy/spdy_settings_storage.cc', 583 'spdy/spdy_settings_storage.cc',
580 'spdy/spdy_settings_storage.h', 584 'spdy/spdy_settings_storage.h',
581 'spdy/spdy_stream.cc', 585 'spdy/spdy_stream.cc',
582 'spdy/spdy_stream.h', 586 'spdy/spdy_stream.h',
583 'url_request/https_prober.h', 587 'url_request/https_prober.h',
584 'url_request/https_prober.cc', 588 'url_request/https_prober.cc',
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
852 'socket/ssl_client_socket_unittest.cc', 856 'socket/ssl_client_socket_unittest.cc',
853 'socket/ssl_client_socket_pool_unittest.cc', 857 'socket/ssl_client_socket_pool_unittest.cc',
854 'socket/tcp_client_socket_pool_unittest.cc', 858 'socket/tcp_client_socket_pool_unittest.cc',
855 'socket/tcp_client_socket_unittest.cc', 859 'socket/tcp_client_socket_unittest.cc',
856 'socket_stream/socket_stream_metrics_unittest.cc', 860 'socket_stream/socket_stream_metrics_unittest.cc',
857 'socket_stream/socket_stream_unittest.cc', 861 'socket_stream/socket_stream_unittest.cc',
858 'spdy/spdy_framer_test.cc', 862 'spdy/spdy_framer_test.cc',
859 'spdy/spdy_http_stream_unittest.cc', 863 'spdy/spdy_http_stream_unittest.cc',
860 'spdy/spdy_network_transaction_unittest.cc', 864 'spdy/spdy_network_transaction_unittest.cc',
861 'spdy/spdy_protocol_test.cc', 865 'spdy/spdy_protocol_test.cc',
866 'spdy/spdy_proxy_client_socket_unittest.cc',
862 'spdy/spdy_session_unittest.cc', 867 'spdy/spdy_session_unittest.cc',
863 'spdy/spdy_stream_unittest.cc', 868 'spdy/spdy_stream_unittest.cc',
864 'spdy/spdy_test_util.cc', 869 'spdy/spdy_test_util.cc',
865 'spdy/spdy_test_util.h', 870 'spdy/spdy_test_util.h',
866 'test/python_utils_unittest.cc', 871 'test/python_utils_unittest.cc',
867 'tools/dump_cache/url_to_filename_encoder.cc', 872 'tools/dump_cache/url_to_filename_encoder.cc',
868 'tools/dump_cache/url_to_filename_encoder.h', 873 'tools/dump_cache/url_to_filename_encoder.h',
869 'tools/dump_cache/url_to_filename_encoder_unittest.cc', 874 'tools/dump_cache/url_to_filename_encoder_unittest.cc',
870 'tools/dump_cache/url_utilities.h', 875 'tools/dump_cache/url_utilities.h',
871 'tools/dump_cache/url_utilities.cc', 876 'tools/dump_cache/url_utilities.cc',
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
1254 ], 1259 ],
1255 }], 1260 }],
1256 ], 1261 ],
1257 } 1262 }
1258 1263
1259 # Local Variables: 1264 # Local Variables:
1260 # tab-width:2 1265 # tab-width:2
1261 # indent-tabs-mode:nil 1266 # indent-tabs-mode:nil
1262 # End: 1267 # End:
1263 # vim: set expandtab tabstop=2 shiftwidth=2: 1268 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « net/http/http_proxy_utils.cc ('k') | net/spdy/spdy_framer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698