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

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: Remove unneeded return value 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 825 matching lines...) Expand 10 before | Expand all | Expand 10 after
836 'http/http_auth_handler_ntlm_portable.cc', 836 'http/http_auth_handler_ntlm_portable.cc',
837 'http/http_auth_handler_ntlm_win.cc', 837 'http/http_auth_handler_ntlm_win.cc',
838 'http/http_auth_multi_round_parse.cc', 838 'http/http_auth_multi_round_parse.cc',
839 'http/http_auth_multi_round_parse.h', 839 'http/http_auth_multi_round_parse.h',
840 'http/http_auth_sspi_win.cc', 840 'http/http_auth_sspi_win.cc',
841 'http/http_auth_sspi_win.h', 841 'http/http_auth_sspi_win.h',
842 'http/http_basic_state.cc', 842 'http/http_basic_state.cc',
843 'http/http_basic_state.h', 843 'http/http_basic_state.h',
844 'http/http_basic_stream.cc', 844 'http/http_basic_stream.cc',
845 'http/http_basic_stream.h', 845 'http/http_basic_stream.h',
846 'http/bidirectional_stream_job.cc',
847 'http/bidirectional_stream_job.h',
848 'http/bidirectional_stream.cc',
849 'http/bidirectional_stream.h',
846 'http/http_cache.cc', 850 'http/http_cache.cc',
847 'http/http_cache.h', 851 'http/http_cache.h',
848 'http/http_cache_transaction.cc', 852 'http/http_cache_transaction.cc',
849 'http/http_cache_transaction.h', 853 'http/http_cache_transaction.h',
850 'http/http_chunked_decoder.cc', 854 'http/http_chunked_decoder.cc',
851 'http/http_chunked_decoder.h', 855 'http/http_chunked_decoder.h',
852 'http/http_content_disposition.cc', 856 'http/http_content_disposition.cc',
853 'http/http_content_disposition.h', 857 'http/http_content_disposition.h',
854 'http/http_network_layer.cc', 858 'http/http_network_layer.cc',
855 'http/http_network_layer.h', 859 'http/http_network_layer.h',
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
1086 'spdy/hpack/hpack_header_table.cc', 1090 'spdy/hpack/hpack_header_table.cc',
1087 'spdy/hpack/hpack_header_table.h', 1091 'spdy/hpack/hpack_header_table.h',
1088 'spdy/hpack/hpack_huffman_table.cc', 1092 'spdy/hpack/hpack_huffman_table.cc',
1089 'spdy/hpack/hpack_huffman_table.h', 1093 'spdy/hpack/hpack_huffman_table.h',
1090 'spdy/hpack/hpack_input_stream.cc', 1094 'spdy/hpack/hpack_input_stream.cc',
1091 'spdy/hpack/hpack_input_stream.h', 1095 'spdy/hpack/hpack_input_stream.h',
1092 'spdy/hpack/hpack_output_stream.cc', 1096 'spdy/hpack/hpack_output_stream.cc',
1093 'spdy/hpack/hpack_output_stream.h', 1097 'spdy/hpack/hpack_output_stream.h',
1094 'spdy/hpack/hpack_static_table.cc', 1098 'spdy/hpack/hpack_static_table.cc',
1095 'spdy/hpack/hpack_static_table.h', 1099 'spdy/hpack/hpack_static_table.h',
1100 'spdy/bidirectional_stream_spdy_job.cc',
1101 'spdy/bidirectional_stream_spdy_job.h',
1096 'spdy/spdy_alt_svc_wire_format.cc', 1102 'spdy/spdy_alt_svc_wire_format.cc',
1097 'spdy/spdy_alt_svc_wire_format.h', 1103 'spdy/spdy_alt_svc_wire_format.h',
1098 'spdy/spdy_bitmasks.h', 1104 'spdy/spdy_bitmasks.h',
1099 'spdy/spdy_buffer.cc', 1105 'spdy/spdy_buffer.cc',
1100 'spdy/spdy_buffer.h', 1106 'spdy/spdy_buffer.h',
1101 'spdy/spdy_buffer_producer.cc', 1107 'spdy/spdy_buffer_producer.cc',
1102 'spdy/spdy_buffer_producer.h', 1108 'spdy/spdy_buffer_producer.h',
1103 'spdy/spdy_frame_builder.cc', 1109 'spdy/spdy_frame_builder.cc',
1104 'spdy/spdy_frame_builder.h', 1110 'spdy/spdy_frame_builder.h',
1105 'spdy/spdy_frame_reader.cc', 1111 'spdy/spdy_frame_reader.cc',
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
1400 'filter/sdch_filter_unittest.cc', 1406 'filter/sdch_filter_unittest.cc',
1401 'ftp/ftp_auth_cache_unittest.cc', 1407 'ftp/ftp_auth_cache_unittest.cc',
1402 'ftp/ftp_ctrl_response_buffer_unittest.cc', 1408 'ftp/ftp_ctrl_response_buffer_unittest.cc',
1403 'ftp/ftp_directory_listing_parser_ls_unittest.cc', 1409 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
1404 'ftp/ftp_directory_listing_parser_unittest.cc', 1410 'ftp/ftp_directory_listing_parser_unittest.cc',
1405 'ftp/ftp_directory_listing_parser_unittest.h', 1411 'ftp/ftp_directory_listing_parser_unittest.h',
1406 'ftp/ftp_directory_listing_parser_vms_unittest.cc', 1412 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
1407 'ftp/ftp_directory_listing_parser_windows_unittest.cc', 1413 'ftp/ftp_directory_listing_parser_windows_unittest.cc',
1408 'ftp/ftp_network_transaction_unittest.cc', 1414 'ftp/ftp_network_transaction_unittest.cc',
1409 'ftp/ftp_util_unittest.cc', 1415 'ftp/ftp_util_unittest.cc',
1416 'http/bidirectional_stream_unittest.cc',
1410 'http/des_unittest.cc', 1417 'http/des_unittest.cc',
1411 'http/disk_based_cert_cache_unittest.cc', 1418 'http/disk_based_cert_cache_unittest.cc',
1412 'http/disk_cache_based_quic_server_info_unittest.cc', 1419 'http/disk_cache_based_quic_server_info_unittest.cc',
1413 'http/http_auth_cache_unittest.cc', 1420 'http/http_auth_cache_unittest.cc',
1414 'http/http_auth_challenge_tokenizer_unittest.cc', 1421 'http/http_auth_challenge_tokenizer_unittest.cc',
1415 'http/http_auth_controller_unittest.cc', 1422 'http/http_auth_controller_unittest.cc',
1416 'http/http_auth_filter_unittest.cc', 1423 'http/http_auth_filter_unittest.cc',
1417 'http/http_auth_gssapi_posix_unittest.cc', 1424 'http/http_auth_gssapi_posix_unittest.cc',
1418 'http/http_auth_handler_basic_unittest.cc', 1425 'http/http_auth_handler_basic_unittest.cc',
1419 'http/http_auth_handler_digest_unittest.cc', 1426 'http/http_auth_handler_digest_unittest.cc',
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
1661 'spdy/fuzzing/hpack_fuzz_util_test.cc', 1668 'spdy/fuzzing/hpack_fuzz_util_test.cc',
1662 'spdy/hpack/hpack_decoder_test.cc', 1669 'spdy/hpack/hpack_decoder_test.cc',
1663 'spdy/hpack/hpack_encoder_test.cc', 1670 'spdy/hpack/hpack_encoder_test.cc',
1664 'spdy/hpack/hpack_entry_test.cc', 1671 'spdy/hpack/hpack_entry_test.cc',
1665 'spdy/hpack/hpack_header_table_test.cc', 1672 'spdy/hpack/hpack_header_table_test.cc',
1666 'spdy/hpack/hpack_huffman_table_test.cc', 1673 'spdy/hpack/hpack_huffman_table_test.cc',
1667 'spdy/hpack/hpack_input_stream_test.cc', 1674 'spdy/hpack/hpack_input_stream_test.cc',
1668 'spdy/hpack/hpack_output_stream_test.cc', 1675 'spdy/hpack/hpack_output_stream_test.cc',
1669 'spdy/hpack/hpack_round_trip_test.cc', 1676 'spdy/hpack/hpack_round_trip_test.cc',
1670 'spdy/hpack/hpack_static_table_test.cc', 1677 'spdy/hpack/hpack_static_table_test.cc',
1678 'spdy/bidirectional_stream_spdy_job_unittest.cc',
1671 'spdy/mock_spdy_framer_visitor.cc', 1679 'spdy/mock_spdy_framer_visitor.cc',
1672 'spdy/mock_spdy_framer_visitor.h', 1680 'spdy/mock_spdy_framer_visitor.h',
1673 'spdy/spdy_alt_svc_wire_format_test.cc', 1681 'spdy/spdy_alt_svc_wire_format_test.cc',
1674 'spdy/spdy_buffer_unittest.cc', 1682 'spdy/spdy_buffer_unittest.cc',
1675 'spdy/spdy_frame_builder_test.cc', 1683 'spdy/spdy_frame_builder_test.cc',
1676 'spdy/spdy_frame_reader_test.cc', 1684 'spdy/spdy_frame_reader_test.cc',
1677 'spdy/spdy_framer_test.cc', 1685 'spdy/spdy_framer_test.cc',
1678 'spdy/spdy_header_block_test.cc', 1686 'spdy/spdy_header_block_test.cc',
1679 'spdy/spdy_headers_block_parser_test.cc', 1687 'spdy/spdy_headers_block_parser_test.cc',
1680 'spdy/spdy_http_stream_unittest.cc', 1688 'spdy/spdy_http_stream_unittest.cc',
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
1912 'docs/bug-triage.md', 1920 'docs/bug-triage.md',
1913 'docs/bug-triage-labels.md', 1921 'docs/bug-triage-labels.md',
1914 'docs/bug-triage-suggested-workflow.md', 1922 'docs/bug-triage-suggested-workflow.md',
1915 'docs/code-patterns.md', 1923 'docs/code-patterns.md',
1916 'docs/life-of-a-url-request.md', 1924 'docs/life-of-a-url-request.md',
1917 'sdch/README.md', 1925 'sdch/README.md',
1918 ], 1926 ],
1919 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1927 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1920 } 1928 }
1921 } 1929 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698