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

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

Powered by Google App Engine
This is Rietveld 408576698