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

Side by Side Diff: net/net.gyp

Issue 13009012: [SPDY] Refactor SpdySession's write queue (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix use-after-free (crbug.com/230259) Created 7 years, 8 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 | « no previous file | net/spdy/spdy_frame_producer.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 'conditions': [ 10 'conditions': [
(...skipping 840 matching lines...) Expand 10 before | Expand all | Expand 10 after
851 'socket_stream/socket_stream_metrics.h', 851 'socket_stream/socket_stream_metrics.h',
852 'spdy/buffered_spdy_framer.cc', 852 'spdy/buffered_spdy_framer.cc',
853 'spdy/buffered_spdy_framer.h', 853 'spdy/buffered_spdy_framer.h',
854 'spdy/spdy_bitmasks.h', 854 'spdy/spdy_bitmasks.h',
855 'spdy/spdy_credential_builder.cc', 855 'spdy/spdy_credential_builder.cc',
856 'spdy/spdy_credential_builder.h', 856 'spdy/spdy_credential_builder.h',
857 'spdy/spdy_credential_state.cc', 857 'spdy/spdy_credential_state.cc',
858 'spdy/spdy_credential_state.h', 858 'spdy/spdy_credential_state.h',
859 'spdy/spdy_frame_builder.cc', 859 'spdy/spdy_frame_builder.cc',
860 'spdy/spdy_frame_builder.h', 860 'spdy/spdy_frame_builder.h',
861 'spdy/spdy_frame_producer.cc',
862 'spdy/spdy_frame_producer.h',
861 'spdy/spdy_frame_reader.cc', 863 'spdy/spdy_frame_reader.cc',
862 'spdy/spdy_frame_reader.h', 864 'spdy/spdy_frame_reader.h',
863 'spdy/spdy_framer.cc', 865 'spdy/spdy_framer.cc',
864 'spdy/spdy_framer.h', 866 'spdy/spdy_framer.h',
865 'spdy/spdy_header_block.cc', 867 'spdy/spdy_header_block.cc',
866 'spdy/spdy_header_block.h', 868 'spdy/spdy_header_block.h',
867 'spdy/spdy_http_stream.cc', 869 'spdy/spdy_http_stream.cc',
868 'spdy/spdy_http_stream.h', 870 'spdy/spdy_http_stream.h',
869 'spdy/spdy_http_utils.cc', 871 'spdy/spdy_http_utils.cc',
870 'spdy/spdy_http_utils.h', 872 'spdy/spdy_http_utils.h',
871 'spdy/spdy_io_buffer.cc', 873 'spdy/spdy_io_buffer.cc',
872 'spdy/spdy_io_buffer.h', 874 'spdy/spdy_io_buffer.h',
873 'spdy/spdy_priority_forest.h', 875 'spdy/spdy_priority_forest.h',
874 'spdy/spdy_protocol.cc', 876 'spdy/spdy_protocol.cc',
875 'spdy/spdy_protocol.h', 877 'spdy/spdy_protocol.h',
876 'spdy/spdy_proxy_client_socket.cc', 878 'spdy/spdy_proxy_client_socket.cc',
877 'spdy/spdy_proxy_client_socket.h', 879 'spdy/spdy_proxy_client_socket.h',
878 'spdy/spdy_session.cc', 880 'spdy/spdy_session.cc',
879 'spdy/spdy_session.h', 881 'spdy/spdy_session.h',
880 'spdy/spdy_session_pool.cc', 882 'spdy/spdy_session_pool.cc',
881 'spdy/spdy_session_pool.h', 883 'spdy/spdy_session_pool.h',
882 'spdy/spdy_stream.cc', 884 'spdy/spdy_stream.cc',
883 'spdy/spdy_stream.h', 885 'spdy/spdy_stream.h',
884 'spdy/spdy_websocket_stream.cc', 886 'spdy/spdy_websocket_stream.cc',
885 'spdy/spdy_websocket_stream.h', 887 'spdy/spdy_websocket_stream.h',
888 'spdy/spdy_write_queue.cc',
889 'spdy/spdy_write_queue.h',
886 'ssl/client_cert_store.h', 890 'ssl/client_cert_store.h',
887 'ssl/client_cert_store_impl.h', 891 'ssl/client_cert_store_impl.h',
888 'ssl/client_cert_store_impl_mac.cc', 892 'ssl/client_cert_store_impl_mac.cc',
889 'ssl/client_cert_store_impl_nss.cc', 893 'ssl/client_cert_store_impl_nss.cc',
890 'ssl/client_cert_store_impl_win.cc', 894 'ssl/client_cert_store_impl_win.cc',
891 'ssl/default_server_bound_cert_store.cc', 895 'ssl/default_server_bound_cert_store.cc',
892 'ssl/default_server_bound_cert_store.h', 896 'ssl/default_server_bound_cert_store.h',
893 'ssl/openssl_client_key_store.cc', 897 'ssl/openssl_client_key_store.cc',
894 'ssl/openssl_client_key_store.h', 898 'ssl/openssl_client_key_store.h',
895 'ssl/server_bound_cert_service.cc', 899 'ssl/server_bound_cert_service.cc',
(...skipping 791 matching lines...) Expand 10 before | Expand all | Expand 10 after
1687 'spdy/spdy_test_util_spdy2.cc', 1691 'spdy/spdy_test_util_spdy2.cc',
1688 'spdy/spdy_test_util_spdy2.h', 1692 'spdy/spdy_test_util_spdy2.h',
1689 'spdy/spdy_test_utils.cc', 1693 'spdy/spdy_test_utils.cc',
1690 'spdy/spdy_test_utils.h', 1694 'spdy/spdy_test_utils.h',
1691 'spdy/spdy_websocket_stream_spdy2_unittest.cc', 1695 'spdy/spdy_websocket_stream_spdy2_unittest.cc',
1692 'spdy/spdy_websocket_stream_spdy3_unittest.cc', 1696 'spdy/spdy_websocket_stream_spdy3_unittest.cc',
1693 'spdy/spdy_websocket_test_util_spdy2.cc', 1697 'spdy/spdy_websocket_test_util_spdy2.cc',
1694 'spdy/spdy_websocket_test_util_spdy2.h', 1698 'spdy/spdy_websocket_test_util_spdy2.h',
1695 'spdy/spdy_websocket_test_util_spdy3.cc', 1699 'spdy/spdy_websocket_test_util_spdy3.cc',
1696 'spdy/spdy_websocket_test_util_spdy3.h', 1700 'spdy/spdy_websocket_test_util_spdy3.h',
1701 'spdy/spdy_write_queue_unittest.cc',
1697 'ssl/client_cert_store_impl_unittest.cc', 1702 'ssl/client_cert_store_impl_unittest.cc',
1698 'ssl/default_server_bound_cert_store_unittest.cc', 1703 'ssl/default_server_bound_cert_store_unittest.cc',
1699 'ssl/openssl_client_key_store_unittest.cc', 1704 'ssl/openssl_client_key_store_unittest.cc',
1700 'ssl/server_bound_cert_service_unittest.cc', 1705 'ssl/server_bound_cert_service_unittest.cc',
1701 'ssl/ssl_cipher_suite_names_unittest.cc', 1706 'ssl/ssl_cipher_suite_names_unittest.cc',
1702 'ssl/ssl_client_auth_cache_unittest.cc', 1707 'ssl/ssl_client_auth_cache_unittest.cc',
1703 'ssl/ssl_config_service_unittest.cc', 1708 'ssl/ssl_config_service_unittest.cc',
1704 'test/python_utils_unittest.cc', 1709 'test/python_utils_unittest.cc',
1705 'test/run_all_unittests.cc', 1710 'test/run_all_unittests.cc',
1706 'test/test_certificate_data.h', 1711 'test/test_certificate_data.h',
(...skipping 1071 matching lines...) Expand 10 before | Expand all | Expand 10 after
2778 '--result', '<@(_outputs)', 2783 '--result', '<@(_outputs)',
2779 '--isolate', 'net_unittests.isolate', 2784 '--isolate', 'net_unittests.isolate',
2780 ], 2785 ],
2781 }, 2786 },
2782 ], 2787 ],
2783 }, 2788 },
2784 ], 2789 ],
2785 }], 2790 }],
2786 ], 2791 ],
2787 } 2792 }
OLDNEW
« no previous file with comments | « no previous file | net/spdy/spdy_frame_producer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698