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

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: Use std::move 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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 'der/input.cc', 126 'der/input.cc',
127 'der/input.h', 127 'der/input.h',
128 'der/parse_values.cc', 128 'der/parse_values.cc',
129 'der/parse_values.h', 129 'der/parse_values.h',
130 'der/parser.cc', 130 'der/parser.cc',
131 'der/parser.h', 131 'der/parser.h',
132 'der/tag.cc', 132 'der/tag.cc',
133 'der/tag.h', 133 'der/tag.h',
134 'dns/dns_util.cc', 134 'dns/dns_util.cc',
135 'dns/dns_util.h', 135 'dns/dns_util.h',
136 'http/bidirectional_stream_job.cc',
mef 2015/12/21 17:09:09 any particular reason why bidirectional_stream_job
xunjieli 2015/12/21 22:01:22 Done.
137 'http/bidirectional_stream_job.h',
136 'http/http_auth_scheme.cc', 138 'http/http_auth_scheme.cc',
137 'http/http_auth_scheme.h', 139 'http/http_auth_scheme.h',
138 'http/http_auth_challenge_tokenizer.cc', 140 'http/http_auth_challenge_tokenizer.cc',
139 'http/http_auth_challenge_tokenizer.h', 141 'http/http_auth_challenge_tokenizer.h',
140 'http/http_byte_range.cc', 142 'http/http_byte_range.cc',
141 'http/http_byte_range.h', 143 'http/http_byte_range.h',
142 'http/http_log_util.cc', 144 'http/http_log_util.cc',
143 'http/http_log_util.h', 145 'http/http_log_util.h',
144 'http/http_request_headers.cc', 146 'http/http_request_headers.cc',
145 'http/http_request_headers.h', 147 'http/http_request_headers.h',
(...skipping 1264 matching lines...) Expand 10 before | Expand all | Expand 10 after
1410 'filter/sdch_filter_unittest.cc', 1412 'filter/sdch_filter_unittest.cc',
1411 'ftp/ftp_auth_cache_unittest.cc', 1413 'ftp/ftp_auth_cache_unittest.cc',
1412 'ftp/ftp_ctrl_response_buffer_unittest.cc', 1414 'ftp/ftp_ctrl_response_buffer_unittest.cc',
1413 'ftp/ftp_directory_listing_parser_ls_unittest.cc', 1415 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
1414 'ftp/ftp_directory_listing_parser_unittest.cc', 1416 'ftp/ftp_directory_listing_parser_unittest.cc',
1415 'ftp/ftp_directory_listing_parser_unittest.h', 1417 'ftp/ftp_directory_listing_parser_unittest.h',
1416 'ftp/ftp_directory_listing_parser_vms_unittest.cc', 1418 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
1417 'ftp/ftp_directory_listing_parser_windows_unittest.cc', 1419 'ftp/ftp_directory_listing_parser_windows_unittest.cc',
1418 'ftp/ftp_network_transaction_unittest.cc', 1420 'ftp/ftp_network_transaction_unittest.cc',
1419 'ftp/ftp_util_unittest.cc', 1421 'ftp/ftp_util_unittest.cc',
1422 'http/bidirectional_stream_unittest.cc',
1420 'http/des_unittest.cc', 1423 'http/des_unittest.cc',
1421 'http/disk_based_cert_cache_unittest.cc', 1424 'http/disk_based_cert_cache_unittest.cc',
1422 'http/disk_cache_based_quic_server_info_unittest.cc', 1425 'http/disk_cache_based_quic_server_info_unittest.cc',
1423 'http/http_auth_cache_unittest.cc', 1426 'http/http_auth_cache_unittest.cc',
1424 'http/http_auth_challenge_tokenizer_unittest.cc', 1427 'http/http_auth_challenge_tokenizer_unittest.cc',
1425 'http/http_auth_controller_unittest.cc', 1428 'http/http_auth_controller_unittest.cc',
1426 'http/http_auth_filter_unittest.cc', 1429 'http/http_auth_filter_unittest.cc',
1427 'http/http_auth_gssapi_posix_unittest.cc', 1430 'http/http_auth_gssapi_posix_unittest.cc',
1428 'http/http_auth_handler_basic_unittest.cc', 1431 'http/http_auth_handler_basic_unittest.cc',
1429 'http/http_auth_handler_digest_unittest.cc', 1432 'http/http_auth_handler_digest_unittest.cc',
(...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after
1871 "ftp/ftp_server_type_histograms.h", 1874 "ftp/ftp_server_type_histograms.h",
1872 "ftp/ftp_transaction.h", 1875 "ftp/ftp_transaction.h",
1873 "ftp/ftp_transaction_factory.h", 1876 "ftp/ftp_transaction_factory.h",
1874 "ftp/ftp_util.cc", 1877 "ftp/ftp_util.cc",
1875 "ftp/ftp_util.h", 1878 "ftp/ftp_util.h",
1876 "url_request/ftp_protocol_handler.cc", 1879 "url_request/ftp_protocol_handler.cc",
1877 "url_request/ftp_protocol_handler.h", 1880 "url_request/ftp_protocol_handler.h",
1878 "url_request/url_request_ftp_job.cc", 1881 "url_request/url_request_ftp_job.cc",
1879 "url_request/url_request_ftp_job.h", 1882 "url_request/url_request_ftp_job.h",
1880 ], 1883 ],
1884 'net_bidirectional_stream_sources': [
1885 'http/bidirectional_stream.cc',
1886 'http/bidirectional_stream.h',
1887 'http/bidirectional_stream_request_info.cc',
1888 'http/bidirectional_stream_request_info.h',
1889 'spdy/bidirectional_stream_spdy_job.cc',
1890 'spdy/bidirectional_stream_spdy_job.h',
1891 ],
1881 'net_websockets_sources': [ 1892 'net_websockets_sources': [
1882 "websockets/websocket_basic_handshake_stream.cc", 1893 "websockets/websocket_basic_handshake_stream.cc",
1883 "websockets/websocket_basic_handshake_stream.h", 1894 "websockets/websocket_basic_handshake_stream.h",
1884 "websockets/websocket_basic_stream.cc", 1895 "websockets/websocket_basic_stream.cc",
1885 "websockets/websocket_basic_stream.h", 1896 "websockets/websocket_basic_stream.h",
1886 "websockets/websocket_channel.cc", 1897 "websockets/websocket_channel.cc",
1887 "websockets/websocket_channel.h", 1898 "websockets/websocket_channel.h",
1888 "websockets/websocket_deflate_parameters.cc", 1899 "websockets/websocket_deflate_parameters.cc",
1889 "websockets/websocket_deflate_parameters.h", 1900 "websockets/websocket_deflate_parameters.h",
1890 "websockets/websocket_deflate_predictor.h", 1901 "websockets/websocket_deflate_predictor.h",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
1927 'docs/bug-triage.md', 1938 'docs/bug-triage.md',
1928 'docs/bug-triage-labels.md', 1939 'docs/bug-triage-labels.md',
1929 'docs/bug-triage-suggested-workflow.md', 1940 'docs/bug-triage-suggested-workflow.md',
1930 'docs/code-patterns.md', 1941 'docs/code-patterns.md',
1931 'docs/life-of-a-url-request.md', 1942 'docs/life-of-a-url-request.md',
1932 'sdch/README.md', 1943 'sdch/README.md',
1933 ], 1944 ],
1934 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1945 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1935 } 1946 }
1936 } 1947 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698