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

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: Pass through priority and netlog 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 807 matching lines...) Expand 10 before | Expand all | Expand 10 after
818 'http/http_auth_handler_ntlm_portable.cc', 818 'http/http_auth_handler_ntlm_portable.cc',
819 'http/http_auth_handler_ntlm_win.cc', 819 'http/http_auth_handler_ntlm_win.cc',
820 'http/http_auth_multi_round_parse.cc', 820 'http/http_auth_multi_round_parse.cc',
821 'http/http_auth_multi_round_parse.h', 821 'http/http_auth_multi_round_parse.h',
822 'http/http_auth_sspi_win.cc', 822 'http/http_auth_sspi_win.cc',
823 'http/http_auth_sspi_win.h', 823 'http/http_auth_sspi_win.h',
824 'http/http_basic_state.cc', 824 'http/http_basic_state.cc',
825 'http/http_basic_state.h', 825 'http/http_basic_state.h',
826 'http/http_basic_stream.cc', 826 'http/http_basic_stream.cc',
827 'http/http_basic_stream.h', 827 'http/http_basic_stream.h',
828 'http/bidirectional_stream.h',
828 'http/http_cache.cc', 829 'http/http_cache.cc',
829 'http/http_cache.h', 830 'http/http_cache.h',
830 'http/http_cache_transaction.cc', 831 'http/http_cache_transaction.cc',
831 'http/http_cache_transaction.h', 832 'http/http_cache_transaction.h',
832 'http/http_chunked_decoder.cc', 833 'http/http_chunked_decoder.cc',
833 'http/http_chunked_decoder.h', 834 'http/http_chunked_decoder.h',
834 'http/http_content_disposition.cc', 835 'http/http_content_disposition.cc',
835 'http/http_content_disposition.h', 836 'http/http_content_disposition.h',
836 'http/http_network_layer.cc', 837 'http/http_network_layer.cc',
837 'http/http_network_layer.h', 838 'http/http_network_layer.h',
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
1066 'spdy/hpack/hpack_header_table.cc', 1067 'spdy/hpack/hpack_header_table.cc',
1067 'spdy/hpack/hpack_header_table.h', 1068 'spdy/hpack/hpack_header_table.h',
1068 'spdy/hpack/hpack_huffman_table.cc', 1069 'spdy/hpack/hpack_huffman_table.cc',
1069 'spdy/hpack/hpack_huffman_table.h', 1070 'spdy/hpack/hpack_huffman_table.h',
1070 'spdy/hpack/hpack_input_stream.cc', 1071 'spdy/hpack/hpack_input_stream.cc',
1071 'spdy/hpack/hpack_input_stream.h', 1072 'spdy/hpack/hpack_input_stream.h',
1072 'spdy/hpack/hpack_output_stream.cc', 1073 'spdy/hpack/hpack_output_stream.cc',
1073 'spdy/hpack/hpack_output_stream.h', 1074 'spdy/hpack/hpack_output_stream.h',
1074 'spdy/hpack/hpack_static_table.cc', 1075 'spdy/hpack/hpack_static_table.cc',
1075 'spdy/hpack/hpack_static_table.h', 1076 'spdy/hpack/hpack_static_table.h',
1077 'spdy/bidirectional_spdy_stream.cc',
1078 'spdy/bidirectional_spdy_stream.h',
1076 'spdy/spdy_alt_svc_wire_format.cc', 1079 'spdy/spdy_alt_svc_wire_format.cc',
1077 'spdy/spdy_alt_svc_wire_format.h', 1080 'spdy/spdy_alt_svc_wire_format.h',
1078 'spdy/spdy_bitmasks.h', 1081 'spdy/spdy_bitmasks.h',
1079 'spdy/spdy_buffer.cc', 1082 'spdy/spdy_buffer.cc',
1080 'spdy/spdy_buffer.h', 1083 'spdy/spdy_buffer.h',
1081 'spdy/spdy_buffer_producer.cc', 1084 'spdy/spdy_buffer_producer.cc',
1082 'spdy/spdy_buffer_producer.h', 1085 'spdy/spdy_buffer_producer.h',
1083 'spdy/spdy_frame_builder.cc', 1086 'spdy/spdy_frame_builder.cc',
1084 'spdy/spdy_frame_builder.h', 1087 'spdy/spdy_frame_builder.h',
1085 'spdy/spdy_frame_reader.cc', 1088 'spdy/spdy_frame_reader.cc',
(...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
1635 'spdy/fuzzing/hpack_fuzz_util_test.cc', 1638 'spdy/fuzzing/hpack_fuzz_util_test.cc',
1636 'spdy/hpack/hpack_decoder_test.cc', 1639 'spdy/hpack/hpack_decoder_test.cc',
1637 'spdy/hpack/hpack_encoder_test.cc', 1640 'spdy/hpack/hpack_encoder_test.cc',
1638 'spdy/hpack/hpack_entry_test.cc', 1641 'spdy/hpack/hpack_entry_test.cc',
1639 'spdy/hpack/hpack_header_table_test.cc', 1642 'spdy/hpack/hpack_header_table_test.cc',
1640 'spdy/hpack/hpack_huffman_table_test.cc', 1643 'spdy/hpack/hpack_huffman_table_test.cc',
1641 'spdy/hpack/hpack_input_stream_test.cc', 1644 'spdy/hpack/hpack_input_stream_test.cc',
1642 'spdy/hpack/hpack_output_stream_test.cc', 1645 'spdy/hpack/hpack_output_stream_test.cc',
1643 'spdy/hpack/hpack_round_trip_test.cc', 1646 'spdy/hpack/hpack_round_trip_test.cc',
1644 'spdy/hpack/hpack_static_table_test.cc', 1647 'spdy/hpack/hpack_static_table_test.cc',
1648 'spdy/bidirectional_spdy_stream_unittest.cc',
1645 'spdy/mock_spdy_framer_visitor.cc', 1649 'spdy/mock_spdy_framer_visitor.cc',
1646 'spdy/mock_spdy_framer_visitor.h', 1650 'spdy/mock_spdy_framer_visitor.h',
1647 'spdy/spdy_alt_svc_wire_format_test.cc', 1651 'spdy/spdy_alt_svc_wire_format_test.cc',
1648 'spdy/spdy_buffer_unittest.cc', 1652 'spdy/spdy_buffer_unittest.cc',
1649 'spdy/spdy_frame_builder_test.cc', 1653 'spdy/spdy_frame_builder_test.cc',
1650 'spdy/spdy_frame_reader_test.cc', 1654 'spdy/spdy_frame_reader_test.cc',
1651 'spdy/spdy_framer_test.cc', 1655 'spdy/spdy_framer_test.cc',
1652 'spdy/spdy_header_block_test.cc', 1656 'spdy/spdy_header_block_test.cc',
1653 'spdy/spdy_headers_block_parser_test.cc', 1657 'spdy/spdy_headers_block_parser_test.cc',
1654 'spdy/spdy_http_stream_unittest.cc', 1658 'spdy/spdy_http_stream_unittest.cc',
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
1886 'docs/bug-triage.md', 1890 'docs/bug-triage.md',
1887 'docs/bug-triage-labels.md', 1891 'docs/bug-triage-labels.md',
1888 'docs/bug-triage-suggested-workflow.md', 1892 'docs/bug-triage-suggested-workflow.md',
1889 'docs/code-patterns.md', 1893 'docs/code-patterns.md',
1890 'docs/life-of-a-url-request.md', 1894 'docs/life-of-a-url-request.md',
1891 'sdch/README.md', 1895 'sdch/README.md',
1892 ], 1896 ],
1893 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1897 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1894 } 1898 }
1895 } 1899 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698