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

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: Address Comments 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',
829 'http/bidirectional_stream_create_helper.cc',
830 'http/bidirectional_stream_create_helper.h',
828 'http/http_cache.cc', 831 'http/http_cache.cc',
829 'http/http_cache.h', 832 'http/http_cache.h',
830 'http/http_cache_transaction.cc', 833 'http/http_cache_transaction.cc',
831 'http/http_cache_transaction.h', 834 'http/http_cache_transaction.h',
832 'http/http_chunked_decoder.cc', 835 'http/http_chunked_decoder.cc',
833 'http/http_chunked_decoder.h', 836 'http/http_chunked_decoder.h',
834 'http/http_content_disposition.cc', 837 'http/http_content_disposition.cc',
835 'http/http_content_disposition.h', 838 'http/http_content_disposition.h',
836 'http/http_network_layer.cc', 839 'http/http_network_layer.cc',
837 'http/http_network_layer.h', 840 'http/http_network_layer.h',
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
1068 'spdy/hpack/hpack_header_table.cc', 1071 'spdy/hpack/hpack_header_table.cc',
1069 'spdy/hpack/hpack_header_table.h', 1072 'spdy/hpack/hpack_header_table.h',
1070 'spdy/hpack/hpack_huffman_table.cc', 1073 'spdy/hpack/hpack_huffman_table.cc',
1071 'spdy/hpack/hpack_huffman_table.h', 1074 'spdy/hpack/hpack_huffman_table.h',
1072 'spdy/hpack/hpack_input_stream.cc', 1075 'spdy/hpack/hpack_input_stream.cc',
1073 'spdy/hpack/hpack_input_stream.h', 1076 'spdy/hpack/hpack_input_stream.h',
1074 'spdy/hpack/hpack_output_stream.cc', 1077 'spdy/hpack/hpack_output_stream.cc',
1075 'spdy/hpack/hpack_output_stream.h', 1078 'spdy/hpack/hpack_output_stream.h',
1076 'spdy/hpack/hpack_static_table.cc', 1079 'spdy/hpack/hpack_static_table.cc',
1077 'spdy/hpack/hpack_static_table.h', 1080 'spdy/hpack/hpack_static_table.h',
1081 'spdy/bidirectional_spdy_stream.cc',
1082 'spdy/bidirectional_spdy_stream.h',
1078 'spdy/spdy_alt_svc_wire_format.cc', 1083 'spdy/spdy_alt_svc_wire_format.cc',
1079 'spdy/spdy_alt_svc_wire_format.h', 1084 'spdy/spdy_alt_svc_wire_format.h',
1080 'spdy/spdy_bitmasks.h', 1085 'spdy/spdy_bitmasks.h',
1081 'spdy/spdy_buffer.cc', 1086 'spdy/spdy_buffer.cc',
1082 'spdy/spdy_buffer.h', 1087 'spdy/spdy_buffer.h',
1083 'spdy/spdy_buffer_producer.cc', 1088 'spdy/spdy_buffer_producer.cc',
1084 'spdy/spdy_buffer_producer.h', 1089 'spdy/spdy_buffer_producer.h',
1085 'spdy/spdy_frame_builder.cc', 1090 'spdy/spdy_frame_builder.cc',
1086 'spdy/spdy_frame_builder.h', 1091 'spdy/spdy_frame_builder.h',
1087 'spdy/spdy_frame_reader.cc', 1092 'spdy/spdy_frame_reader.cc',
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
1375 'filter/sdch_filter_unittest.cc', 1380 'filter/sdch_filter_unittest.cc',
1376 'ftp/ftp_auth_cache_unittest.cc', 1381 'ftp/ftp_auth_cache_unittest.cc',
1377 'ftp/ftp_ctrl_response_buffer_unittest.cc', 1382 'ftp/ftp_ctrl_response_buffer_unittest.cc',
1378 'ftp/ftp_directory_listing_parser_ls_unittest.cc', 1383 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
1379 'ftp/ftp_directory_listing_parser_unittest.cc', 1384 'ftp/ftp_directory_listing_parser_unittest.cc',
1380 'ftp/ftp_directory_listing_parser_unittest.h', 1385 'ftp/ftp_directory_listing_parser_unittest.h',
1381 'ftp/ftp_directory_listing_parser_vms_unittest.cc', 1386 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
1382 'ftp/ftp_directory_listing_parser_windows_unittest.cc', 1387 'ftp/ftp_directory_listing_parser_windows_unittest.cc',
1383 'ftp/ftp_network_transaction_unittest.cc', 1388 'ftp/ftp_network_transaction_unittest.cc',
1384 'ftp/ftp_util_unittest.cc', 1389 'ftp/ftp_util_unittest.cc',
1390 'http/bidirectional_stream_create_helper_unittest.cc',
1385 'http/des_unittest.cc', 1391 'http/des_unittest.cc',
1386 'http/disk_based_cert_cache_unittest.cc', 1392 'http/disk_based_cert_cache_unittest.cc',
1387 'http/disk_cache_based_quic_server_info_unittest.cc', 1393 'http/disk_cache_based_quic_server_info_unittest.cc',
1388 'http/http_auth_cache_unittest.cc', 1394 'http/http_auth_cache_unittest.cc',
1389 'http/http_auth_challenge_tokenizer_unittest.cc', 1395 'http/http_auth_challenge_tokenizer_unittest.cc',
1390 'http/http_auth_controller_unittest.cc', 1396 'http/http_auth_controller_unittest.cc',
1391 'http/http_auth_filter_unittest.cc', 1397 'http/http_auth_filter_unittest.cc',
1392 'http/http_auth_gssapi_posix_unittest.cc', 1398 'http/http_auth_gssapi_posix_unittest.cc',
1393 'http/http_auth_handler_basic_unittest.cc', 1399 'http/http_auth_handler_basic_unittest.cc',
1394 'http/http_auth_handler_digest_unittest.cc', 1400 'http/http_auth_handler_digest_unittest.cc',
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
1637 'spdy/fuzzing/hpack_fuzz_util_test.cc', 1643 'spdy/fuzzing/hpack_fuzz_util_test.cc',
1638 'spdy/hpack/hpack_decoder_test.cc', 1644 'spdy/hpack/hpack_decoder_test.cc',
1639 'spdy/hpack/hpack_encoder_test.cc', 1645 'spdy/hpack/hpack_encoder_test.cc',
1640 'spdy/hpack/hpack_entry_test.cc', 1646 'spdy/hpack/hpack_entry_test.cc',
1641 'spdy/hpack/hpack_header_table_test.cc', 1647 'spdy/hpack/hpack_header_table_test.cc',
1642 'spdy/hpack/hpack_huffman_table_test.cc', 1648 'spdy/hpack/hpack_huffman_table_test.cc',
1643 'spdy/hpack/hpack_input_stream_test.cc', 1649 'spdy/hpack/hpack_input_stream_test.cc',
1644 'spdy/hpack/hpack_output_stream_test.cc', 1650 'spdy/hpack/hpack_output_stream_test.cc',
1645 'spdy/hpack/hpack_round_trip_test.cc', 1651 'spdy/hpack/hpack_round_trip_test.cc',
1646 'spdy/hpack/hpack_static_table_test.cc', 1652 'spdy/hpack/hpack_static_table_test.cc',
1653 'spdy/bidirectional_spdy_stream_unittest.cc',
1647 'spdy/mock_spdy_framer_visitor.cc', 1654 'spdy/mock_spdy_framer_visitor.cc',
1648 'spdy/mock_spdy_framer_visitor.h', 1655 'spdy/mock_spdy_framer_visitor.h',
1649 'spdy/spdy_alt_svc_wire_format_test.cc', 1656 'spdy/spdy_alt_svc_wire_format_test.cc',
1650 'spdy/spdy_buffer_unittest.cc', 1657 'spdy/spdy_buffer_unittest.cc',
1651 'spdy/spdy_frame_builder_test.cc', 1658 'spdy/spdy_frame_builder_test.cc',
1652 'spdy/spdy_frame_reader_test.cc', 1659 'spdy/spdy_frame_reader_test.cc',
1653 'spdy/spdy_framer_test.cc', 1660 'spdy/spdy_framer_test.cc',
1654 'spdy/spdy_header_block_test.cc', 1661 'spdy/spdy_header_block_test.cc',
1655 'spdy/spdy_headers_block_parser_test.cc', 1662 'spdy/spdy_headers_block_parser_test.cc',
1656 'spdy/spdy_http_stream_unittest.cc', 1663 'spdy/spdy_http_stream_unittest.cc',
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
1886 'docs/bug-triage.md', 1893 'docs/bug-triage.md',
1887 'docs/bug-triage-labels.md', 1894 'docs/bug-triage-labels.md',
1888 'docs/bug-triage-suggested-workflow.md', 1895 'docs/bug-triage-suggested-workflow.md',
1889 'docs/code-patterns.md', 1896 'docs/code-patterns.md',
1890 'docs/life-of-a-url-request.md', 1897 'docs/life-of-a-url-request.md',
1891 'sdch/README.md', 1898 'sdch/README.md',
1892 ], 1899 ],
1893 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1900 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1894 } 1901 }
1895 } 1902 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698