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

Side by Side Diff: net/net.gypi

Issue 2032733002: Do not crash on null stream in writing to bidirectional streams (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix_crash
Patch Set: Added spdy tests Created 4 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
OLDNEW
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 1699 matching lines...) Expand 10 before | Expand all | Expand 10 after
1710 'socket/tcp_server_socket_unittest.cc', 1710 'socket/tcp_server_socket_unittest.cc',
1711 'socket/tcp_socket_unittest.cc', 1711 'socket/tcp_socket_unittest.cc',
1712 'socket/transport_client_socket_pool_test_util.cc', 1712 'socket/transport_client_socket_pool_test_util.cc',
1713 'socket/transport_client_socket_pool_test_util.h', 1713 'socket/transport_client_socket_pool_test_util.h',
1714 'socket/transport_client_socket_pool_unittest.cc', 1714 'socket/transport_client_socket_pool_unittest.cc',
1715 'socket/transport_client_socket_unittest.cc', 1715 'socket/transport_client_socket_unittest.cc',
1716 'socket/unix_domain_client_socket_posix_unittest.cc', 1716 'socket/unix_domain_client_socket_posix_unittest.cc',
1717 'socket/unix_domain_server_socket_posix_unittest.cc', 1717 'socket/unix_domain_server_socket_posix_unittest.cc',
1718 'socket/websocket_endpoint_lock_manager_unittest.cc', 1718 'socket/websocket_endpoint_lock_manager_unittest.cc',
1719 'socket/websocket_transport_client_socket_pool_unittest.cc', 1719 'socket/websocket_transport_client_socket_pool_unittest.cc',
1720 'spdy/bidirectional_stream_spdy_impl_unittest.cc',
1720 'spdy/buffered_spdy_framer_unittest.cc', 1721 'spdy/buffered_spdy_framer_unittest.cc',
1721 'spdy/fuzzing/hpack_fuzz_util_test.cc', 1722 'spdy/fuzzing/hpack_fuzz_util_test.cc',
1722 'spdy/hpack/hpack_decoder_test.cc', 1723 'spdy/hpack/hpack_decoder_test.cc',
1723 'spdy/hpack/hpack_encoder_test.cc', 1724 'spdy/hpack/hpack_encoder_test.cc',
1724 'spdy/hpack/hpack_entry_test.cc', 1725 'spdy/hpack/hpack_entry_test.cc',
1725 'spdy/hpack/hpack_header_table_test.cc', 1726 'spdy/hpack/hpack_header_table_test.cc',
1726 'spdy/hpack/hpack_huffman_decoder_test.cc', 1727 'spdy/hpack/hpack_huffman_decoder_test.cc',
1727 'spdy/hpack/hpack_huffman_table_test.cc', 1728 'spdy/hpack/hpack_huffman_table_test.cc',
1728 'spdy/hpack/hpack_input_stream_test.cc', 1729 'spdy/hpack/hpack_input_stream_test.cc',
1729 'spdy/hpack/hpack_output_stream_test.cc', 1730 'spdy/hpack/hpack_output_stream_test.cc',
(...skipping 1363 matching lines...) Expand 10 before | Expand all | Expand 10 after
3093 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3094 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3094 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3095 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3095 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3096 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3096 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3097 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3097 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3098 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3098 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3099 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3099 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3100 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3100 ], 3101 ],
3101 } 3102 }
3102 } 3103 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698