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

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: Fix bug and added a test Created 5 years 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 829 matching lines...) Expand 10 before | Expand all | Expand 10 after
840 'http/http_auth_multi_round_parse.cc', 840 'http/http_auth_multi_round_parse.cc',
841 'http/http_auth_multi_round_parse.h', 841 'http/http_auth_multi_round_parse.h',
842 'http/http_auth_preferences.cc', 842 'http/http_auth_preferences.cc',
843 'http/http_auth_preferences.h', 843 'http/http_auth_preferences.h',
844 'http/http_auth_sspi_win.cc', 844 'http/http_auth_sspi_win.cc',
845 'http/http_auth_sspi_win.h', 845 'http/http_auth_sspi_win.h',
846 'http/http_basic_state.cc', 846 'http/http_basic_state.cc',
847 'http/http_basic_state.h', 847 'http/http_basic_state.h',
848 'http/http_basic_stream.cc', 848 'http/http_basic_stream.cc',
849 'http/http_basic_stream.h', 849 'http/http_basic_stream.h',
850 'http/bidirectional_stream_job.cc',
851 'http/bidirectional_stream_job.h',
852 'http/bidirectional_stream.cc',
853 'http/bidirectional_stream.h',
850 'http/http_cache.cc', 854 'http/http_cache.cc',
851 'http/http_cache.h', 855 'http/http_cache.h',
852 'http/http_cache_transaction.cc', 856 'http/http_cache_transaction.cc',
853 'http/http_cache_transaction.h', 857 'http/http_cache_transaction.h',
854 'http/http_chunked_decoder.cc', 858 'http/http_chunked_decoder.cc',
855 'http/http_chunked_decoder.h', 859 'http/http_chunked_decoder.h',
856 'http/http_content_disposition.cc', 860 'http/http_content_disposition.cc',
857 'http/http_content_disposition.h', 861 'http/http_content_disposition.h',
858 'http/http_network_layer.cc', 862 'http/http_network_layer.cc',
859 'http/http_network_layer.h', 863 'http/http_network_layer.h',
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
1090 'spdy/hpack/hpack_header_table.cc', 1094 'spdy/hpack/hpack_header_table.cc',
1091 'spdy/hpack/hpack_header_table.h', 1095 'spdy/hpack/hpack_header_table.h',
1092 'spdy/hpack/hpack_huffman_table.cc', 1096 'spdy/hpack/hpack_huffman_table.cc',
1093 'spdy/hpack/hpack_huffman_table.h', 1097 'spdy/hpack/hpack_huffman_table.h',
1094 'spdy/hpack/hpack_input_stream.cc', 1098 'spdy/hpack/hpack_input_stream.cc',
1095 'spdy/hpack/hpack_input_stream.h', 1099 'spdy/hpack/hpack_input_stream.h',
1096 'spdy/hpack/hpack_output_stream.cc', 1100 'spdy/hpack/hpack_output_stream.cc',
1097 'spdy/hpack/hpack_output_stream.h', 1101 'spdy/hpack/hpack_output_stream.h',
1098 'spdy/hpack/hpack_static_table.cc', 1102 'spdy/hpack/hpack_static_table.cc',
1099 'spdy/hpack/hpack_static_table.h', 1103 'spdy/hpack/hpack_static_table.h',
1104 'spdy/bidirectional_stream_spdy_job.cc',
1105 'spdy/bidirectional_stream_spdy_job.h',
1100 'spdy/spdy_alt_svc_wire_format.cc', 1106 'spdy/spdy_alt_svc_wire_format.cc',
1101 'spdy/spdy_alt_svc_wire_format.h', 1107 'spdy/spdy_alt_svc_wire_format.h',
1102 'spdy/spdy_bitmasks.h', 1108 'spdy/spdy_bitmasks.h',
1103 'spdy/spdy_buffer.cc', 1109 'spdy/spdy_buffer.cc',
1104 'spdy/spdy_buffer.h', 1110 'spdy/spdy_buffer.h',
1105 'spdy/spdy_buffer_producer.cc', 1111 'spdy/spdy_buffer_producer.cc',
1106 'spdy/spdy_buffer_producer.h', 1112 'spdy/spdy_buffer_producer.h',
1107 'spdy/spdy_frame_builder.cc', 1113 'spdy/spdy_frame_builder.cc',
1108 'spdy/spdy_frame_builder.h', 1114 'spdy/spdy_frame_builder.h',
1109 'spdy/spdy_frame_reader.cc', 1115 'spdy/spdy_frame_reader.cc',
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
1407 'filter/sdch_filter_unittest.cc', 1413 'filter/sdch_filter_unittest.cc',
1408 'ftp/ftp_auth_cache_unittest.cc', 1414 'ftp/ftp_auth_cache_unittest.cc',
1409 'ftp/ftp_ctrl_response_buffer_unittest.cc', 1415 'ftp/ftp_ctrl_response_buffer_unittest.cc',
1410 'ftp/ftp_directory_listing_parser_ls_unittest.cc', 1416 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
1411 'ftp/ftp_directory_listing_parser_unittest.cc', 1417 'ftp/ftp_directory_listing_parser_unittest.cc',
1412 'ftp/ftp_directory_listing_parser_unittest.h', 1418 'ftp/ftp_directory_listing_parser_unittest.h',
1413 'ftp/ftp_directory_listing_parser_vms_unittest.cc', 1419 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
1414 'ftp/ftp_directory_listing_parser_windows_unittest.cc', 1420 'ftp/ftp_directory_listing_parser_windows_unittest.cc',
1415 'ftp/ftp_network_transaction_unittest.cc', 1421 'ftp/ftp_network_transaction_unittest.cc',
1416 'ftp/ftp_util_unittest.cc', 1422 'ftp/ftp_util_unittest.cc',
1423 'http/bidirectional_stream_unittest.cc',
1417 'http/des_unittest.cc', 1424 'http/des_unittest.cc',
1418 'http/disk_based_cert_cache_unittest.cc', 1425 'http/disk_based_cert_cache_unittest.cc',
1419 'http/disk_cache_based_quic_server_info_unittest.cc', 1426 'http/disk_cache_based_quic_server_info_unittest.cc',
1420 'http/http_auth_cache_unittest.cc', 1427 'http/http_auth_cache_unittest.cc',
1421 'http/http_auth_challenge_tokenizer_unittest.cc', 1428 'http/http_auth_challenge_tokenizer_unittest.cc',
1422 'http/http_auth_controller_unittest.cc', 1429 'http/http_auth_controller_unittest.cc',
1423 'http/http_auth_filter_unittest.cc', 1430 'http/http_auth_filter_unittest.cc',
1424 'http/http_auth_gssapi_posix_unittest.cc', 1431 'http/http_auth_gssapi_posix_unittest.cc',
1425 'http/http_auth_handler_basic_unittest.cc', 1432 'http/http_auth_handler_basic_unittest.cc',
1426 'http/http_auth_handler_digest_unittest.cc', 1433 'http/http_auth_handler_digest_unittest.cc',
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
1671 'spdy/fuzzing/hpack_fuzz_util_test.cc', 1678 'spdy/fuzzing/hpack_fuzz_util_test.cc',
1672 'spdy/hpack/hpack_decoder_test.cc', 1679 'spdy/hpack/hpack_decoder_test.cc',
1673 'spdy/hpack/hpack_encoder_test.cc', 1680 'spdy/hpack/hpack_encoder_test.cc',
1674 'spdy/hpack/hpack_entry_test.cc', 1681 'spdy/hpack/hpack_entry_test.cc',
1675 'spdy/hpack/hpack_header_table_test.cc', 1682 'spdy/hpack/hpack_header_table_test.cc',
1676 'spdy/hpack/hpack_huffman_table_test.cc', 1683 'spdy/hpack/hpack_huffman_table_test.cc',
1677 'spdy/hpack/hpack_input_stream_test.cc', 1684 'spdy/hpack/hpack_input_stream_test.cc',
1678 'spdy/hpack/hpack_output_stream_test.cc', 1685 'spdy/hpack/hpack_output_stream_test.cc',
1679 'spdy/hpack/hpack_round_trip_test.cc', 1686 'spdy/hpack/hpack_round_trip_test.cc',
1680 'spdy/hpack/hpack_static_table_test.cc', 1687 'spdy/hpack/hpack_static_table_test.cc',
1688 'spdy/bidirectional_stream_spdy_job_unittest.cc',
1681 'spdy/mock_spdy_framer_visitor.cc', 1689 'spdy/mock_spdy_framer_visitor.cc',
1682 'spdy/mock_spdy_framer_visitor.h', 1690 'spdy/mock_spdy_framer_visitor.h',
1683 'spdy/spdy_alt_svc_wire_format_test.cc', 1691 'spdy/spdy_alt_svc_wire_format_test.cc',
1684 'spdy/spdy_buffer_unittest.cc', 1692 'spdy/spdy_buffer_unittest.cc',
1685 'spdy/spdy_frame_builder_test.cc', 1693 'spdy/spdy_frame_builder_test.cc',
1686 'spdy/spdy_frame_reader_test.cc', 1694 'spdy/spdy_frame_reader_test.cc',
1687 'spdy/spdy_framer_test.cc', 1695 'spdy/spdy_framer_test.cc',
1688 'spdy/spdy_header_block_test.cc', 1696 'spdy/spdy_header_block_test.cc',
1689 'spdy/spdy_headers_block_parser_test.cc', 1697 'spdy/spdy_headers_block_parser_test.cc',
1690 'spdy/spdy_http_stream_unittest.cc', 1698 'spdy/spdy_http_stream_unittest.cc',
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
1921 'docs/bug-triage.md', 1929 'docs/bug-triage.md',
1922 'docs/bug-triage-labels.md', 1930 'docs/bug-triage-labels.md',
1923 'docs/bug-triage-suggested-workflow.md', 1931 'docs/bug-triage-suggested-workflow.md',
1924 'docs/code-patterns.md', 1932 'docs/code-patterns.md',
1925 'docs/life-of-a-url-request.md', 1933 'docs/life-of-a-url-request.md',
1926 'sdch/README.md', 1934 'sdch/README.md',
1927 ], 1935 ],
1928 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1936 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1929 } 1937 }
1930 } 1938 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698