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

Side by Side Diff: net/net.gypi

Issue 1326503003: Added a net::BidirectionalStream to expose a bidirectional streaming interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make the wrapper class own the stream Created 5 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
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 814 matching lines...) Expand 10 before | Expand all | Expand 10 after
825 'http/http_auth_handler_ntlm_portable.cc', 825 'http/http_auth_handler_ntlm_portable.cc',
826 'http/http_auth_handler_ntlm_win.cc', 826 'http/http_auth_handler_ntlm_win.cc',
827 'http/http_auth_multi_round_parse.cc', 827 'http/http_auth_multi_round_parse.cc',
828 'http/http_auth_multi_round_parse.h', 828 'http/http_auth_multi_round_parse.h',
829 'http/http_auth_sspi_win.cc', 829 'http/http_auth_sspi_win.cc',
830 'http/http_auth_sspi_win.h', 830 'http/http_auth_sspi_win.h',
831 'http/http_basic_state.cc', 831 'http/http_basic_state.cc',
832 'http/http_basic_state.h', 832 'http/http_basic_state.h',
833 'http/http_basic_stream.cc', 833 'http/http_basic_stream.cc',
834 'http/http_basic_stream.h', 834 'http/http_basic_stream.h',
835 'http/bidirectional_stream.cc',
836 'http/bidirectional_stream.h',
837 'http/bidirectional_stream_helper.cc',
838 'http/bidirectional_stream_helper.h',
835 'http/http_cache.cc', 839 'http/http_cache.cc',
836 'http/http_cache.h', 840 'http/http_cache.h',
837 'http/http_cache_transaction.cc', 841 'http/http_cache_transaction.cc',
838 'http/http_cache_transaction.h', 842 'http/http_cache_transaction.h',
839 'http/http_chunked_decoder.cc', 843 'http/http_chunked_decoder.cc',
840 'http/http_chunked_decoder.h', 844 'http/http_chunked_decoder.h',
841 'http/http_content_disposition.cc', 845 'http/http_content_disposition.cc',
842 'http/http_content_disposition.h', 846 'http/http_content_disposition.h',
843 'http/http_network_layer.cc', 847 'http/http_network_layer.cc',
844 'http/http_network_layer.h', 848 'http/http_network_layer.h',
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
1075 'spdy/hpack/hpack_header_table.cc', 1079 'spdy/hpack/hpack_header_table.cc',
1076 'spdy/hpack/hpack_header_table.h', 1080 'spdy/hpack/hpack_header_table.h',
1077 'spdy/hpack/hpack_huffman_table.cc', 1081 'spdy/hpack/hpack_huffman_table.cc',
1078 'spdy/hpack/hpack_huffman_table.h', 1082 'spdy/hpack/hpack_huffman_table.h',
1079 'spdy/hpack/hpack_input_stream.cc', 1083 'spdy/hpack/hpack_input_stream.cc',
1080 'spdy/hpack/hpack_input_stream.h', 1084 'spdy/hpack/hpack_input_stream.h',
1081 'spdy/hpack/hpack_output_stream.cc', 1085 'spdy/hpack/hpack_output_stream.cc',
1082 'spdy/hpack/hpack_output_stream.h', 1086 'spdy/hpack/hpack_output_stream.h',
1083 'spdy/hpack/hpack_static_table.cc', 1087 'spdy/hpack/hpack_static_table.cc',
1084 'spdy/hpack/hpack_static_table.h', 1088 'spdy/hpack/hpack_static_table.h',
1089 'spdy/bidirectional_spdy_stream.cc',
1090 'spdy/bidirectional_spdy_stream.h',
1085 'spdy/spdy_alt_svc_wire_format.cc', 1091 'spdy/spdy_alt_svc_wire_format.cc',
1086 'spdy/spdy_alt_svc_wire_format.h', 1092 'spdy/spdy_alt_svc_wire_format.h',
1087 'spdy/spdy_bitmasks.h', 1093 'spdy/spdy_bitmasks.h',
1088 'spdy/spdy_buffer.cc', 1094 'spdy/spdy_buffer.cc',
1089 'spdy/spdy_buffer.h', 1095 'spdy/spdy_buffer.h',
1090 'spdy/spdy_buffer_producer.cc', 1096 'spdy/spdy_buffer_producer.cc',
1091 'spdy/spdy_buffer_producer.h', 1097 'spdy/spdy_buffer_producer.h',
1092 'spdy/spdy_frame_builder.cc', 1098 'spdy/spdy_frame_builder.cc',
1093 'spdy/spdy_frame_builder.h', 1099 'spdy/spdy_frame_builder.h',
1094 'spdy/spdy_frame_reader.cc', 1100 'spdy/spdy_frame_reader.cc',
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
1383 'filter/sdch_filter_unittest.cc', 1389 'filter/sdch_filter_unittest.cc',
1384 'ftp/ftp_auth_cache_unittest.cc', 1390 'ftp/ftp_auth_cache_unittest.cc',
1385 'ftp/ftp_ctrl_response_buffer_unittest.cc', 1391 'ftp/ftp_ctrl_response_buffer_unittest.cc',
1386 'ftp/ftp_directory_listing_parser_ls_unittest.cc', 1392 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
1387 'ftp/ftp_directory_listing_parser_unittest.cc', 1393 'ftp/ftp_directory_listing_parser_unittest.cc',
1388 'ftp/ftp_directory_listing_parser_unittest.h', 1394 'ftp/ftp_directory_listing_parser_unittest.h',
1389 'ftp/ftp_directory_listing_parser_vms_unittest.cc', 1395 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
1390 'ftp/ftp_directory_listing_parser_windows_unittest.cc', 1396 'ftp/ftp_directory_listing_parser_windows_unittest.cc',
1391 'ftp/ftp_network_transaction_unittest.cc', 1397 'ftp/ftp_network_transaction_unittest.cc',
1392 'ftp/ftp_util_unittest.cc', 1398 'ftp/ftp_util_unittest.cc',
1399 'http/bidirectional_stream_helper_unittest.cc',
1393 'http/des_unittest.cc', 1400 'http/des_unittest.cc',
1394 'http/disk_based_cert_cache_unittest.cc', 1401 'http/disk_based_cert_cache_unittest.cc',
1395 'http/disk_cache_based_quic_server_info_unittest.cc', 1402 'http/disk_cache_based_quic_server_info_unittest.cc',
1396 'http/http_auth_cache_unittest.cc', 1403 'http/http_auth_cache_unittest.cc',
1397 'http/http_auth_challenge_tokenizer_unittest.cc', 1404 'http/http_auth_challenge_tokenizer_unittest.cc',
1398 'http/http_auth_controller_unittest.cc', 1405 'http/http_auth_controller_unittest.cc',
1399 'http/http_auth_filter_unittest.cc', 1406 'http/http_auth_filter_unittest.cc',
1400 'http/http_auth_gssapi_posix_unittest.cc', 1407 'http/http_auth_gssapi_posix_unittest.cc',
1401 'http/http_auth_handler_basic_unittest.cc', 1408 'http/http_auth_handler_basic_unittest.cc',
1402 'http/http_auth_handler_digest_unittest.cc', 1409 'http/http_auth_handler_digest_unittest.cc',
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
1646 'spdy/fuzzing/hpack_fuzz_util_test.cc', 1653 'spdy/fuzzing/hpack_fuzz_util_test.cc',
1647 'spdy/hpack/hpack_decoder_test.cc', 1654 'spdy/hpack/hpack_decoder_test.cc',
1648 'spdy/hpack/hpack_encoder_test.cc', 1655 'spdy/hpack/hpack_encoder_test.cc',
1649 'spdy/hpack/hpack_entry_test.cc', 1656 'spdy/hpack/hpack_entry_test.cc',
1650 'spdy/hpack/hpack_header_table_test.cc', 1657 'spdy/hpack/hpack_header_table_test.cc',
1651 'spdy/hpack/hpack_huffman_table_test.cc', 1658 'spdy/hpack/hpack_huffman_table_test.cc',
1652 'spdy/hpack/hpack_input_stream_test.cc', 1659 'spdy/hpack/hpack_input_stream_test.cc',
1653 'spdy/hpack/hpack_output_stream_test.cc', 1660 'spdy/hpack/hpack_output_stream_test.cc',
1654 'spdy/hpack/hpack_round_trip_test.cc', 1661 'spdy/hpack/hpack_round_trip_test.cc',
1655 'spdy/hpack/hpack_static_table_test.cc', 1662 'spdy/hpack/hpack_static_table_test.cc',
1663 'spdy/bidirectional_spdy_stream_unittest.cc',
1656 'spdy/mock_spdy_framer_visitor.cc', 1664 'spdy/mock_spdy_framer_visitor.cc',
1657 'spdy/mock_spdy_framer_visitor.h', 1665 'spdy/mock_spdy_framer_visitor.h',
1658 'spdy/spdy_alt_svc_wire_format_test.cc', 1666 'spdy/spdy_alt_svc_wire_format_test.cc',
1659 'spdy/spdy_buffer_unittest.cc', 1667 'spdy/spdy_buffer_unittest.cc',
1660 'spdy/spdy_frame_builder_test.cc', 1668 'spdy/spdy_frame_builder_test.cc',
1661 'spdy/spdy_frame_reader_test.cc', 1669 'spdy/spdy_frame_reader_test.cc',
1662 'spdy/spdy_framer_test.cc', 1670 'spdy/spdy_framer_test.cc',
1663 'spdy/spdy_header_block_test.cc', 1671 'spdy/spdy_header_block_test.cc',
1664 'spdy/spdy_headers_block_parser_test.cc', 1672 'spdy/spdy_headers_block_parser_test.cc',
1665 'spdy/spdy_http_stream_unittest.cc', 1673 'spdy/spdy_http_stream_unittest.cc',
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
1897 'docs/bug-triage.md', 1905 'docs/bug-triage.md',
1898 'docs/bug-triage-labels.md', 1906 'docs/bug-triage-labels.md',
1899 'docs/bug-triage-suggested-workflow.md', 1907 'docs/bug-triage-suggested-workflow.md',
1900 'docs/code-patterns.md', 1908 'docs/code-patterns.md',
1901 'docs/life-of-a-url-request.md', 1909 'docs/life-of-a-url-request.md',
1902 'sdch/README.md', 1910 'sdch/README.md',
1903 ], 1911 ],
1904 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1912 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1905 } 1913 }
1906 } 1914 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698