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

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 Misha's comments Created 4 years, 12 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 1402 matching lines...) Expand 10 before | Expand all | Expand 10 after
1413 'filter/sdch_filter_unittest.cc', 1413 'filter/sdch_filter_unittest.cc',
1414 'ftp/ftp_auth_cache_unittest.cc', 1414 'ftp/ftp_auth_cache_unittest.cc',
1415 'ftp/ftp_ctrl_response_buffer_unittest.cc', 1415 'ftp/ftp_ctrl_response_buffer_unittest.cc',
1416 'ftp/ftp_directory_listing_parser_ls_unittest.cc', 1416 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
1417 'ftp/ftp_directory_listing_parser_unittest.cc', 1417 'ftp/ftp_directory_listing_parser_unittest.cc',
1418 'ftp/ftp_directory_listing_parser_unittest.h', 1418 'ftp/ftp_directory_listing_parser_unittest.h',
1419 'ftp/ftp_directory_listing_parser_vms_unittest.cc', 1419 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
1420 'ftp/ftp_directory_listing_parser_windows_unittest.cc', 1420 'ftp/ftp_directory_listing_parser_windows_unittest.cc',
1421 'ftp/ftp_network_transaction_unittest.cc', 1421 'ftp/ftp_network_transaction_unittest.cc',
1422 'ftp/ftp_util_unittest.cc', 1422 'ftp/ftp_util_unittest.cc',
1423 'http/bidirectional_stream_unittest.cc',
1423 'http/des_unittest.cc', 1424 'http/des_unittest.cc',
1424 'http/disk_based_cert_cache_unittest.cc', 1425 'http/disk_based_cert_cache_unittest.cc',
1425 'http/disk_cache_based_quic_server_info_unittest.cc', 1426 'http/disk_cache_based_quic_server_info_unittest.cc',
1426 'http/http_auth_cache_unittest.cc', 1427 'http/http_auth_cache_unittest.cc',
1427 'http/http_auth_challenge_tokenizer_unittest.cc', 1428 'http/http_auth_challenge_tokenizer_unittest.cc',
1428 'http/http_auth_controller_unittest.cc', 1429 'http/http_auth_controller_unittest.cc',
1429 'http/http_auth_filter_unittest.cc', 1430 'http/http_auth_filter_unittest.cc',
1430 'http/http_auth_gssapi_posix_unittest.cc', 1431 'http/http_auth_gssapi_posix_unittest.cc',
1431 'http/http_auth_handler_basic_unittest.cc', 1432 'http/http_auth_handler_basic_unittest.cc',
1432 'http/http_auth_handler_digest_unittest.cc', 1433 'http/http_auth_handler_digest_unittest.cc',
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
1873 "ftp/ftp_server_type_histograms.h", 1874 "ftp/ftp_server_type_histograms.h",
1874 "ftp/ftp_transaction.h", 1875 "ftp/ftp_transaction.h",
1875 "ftp/ftp_transaction_factory.h", 1876 "ftp/ftp_transaction_factory.h",
1876 "ftp/ftp_util.cc", 1877 "ftp/ftp_util.cc",
1877 "ftp/ftp_util.h", 1878 "ftp/ftp_util.h",
1878 "url_request/ftp_protocol_handler.cc", 1879 "url_request/ftp_protocol_handler.cc",
1879 "url_request/ftp_protocol_handler.h", 1880 "url_request/ftp_protocol_handler.h",
1880 "url_request/url_request_ftp_job.cc", 1881 "url_request/url_request_ftp_job.cc",
1881 "url_request/url_request_ftp_job.h", 1882 "url_request/url_request_ftp_job.h",
1882 ], 1883 ],
1884 'net_bidirectional_stream_sources': [
1885 'http/bidirectional_stream.cc',
1886 'http/bidirectional_stream.h',
1887 'http/bidirectional_stream_job.cc',
1888 'http/bidirectional_stream_job.h',
1889 'http/bidirectional_stream_request_info.cc',
1890 'http/bidirectional_stream_request_info.h',
1891 'spdy/bidirectional_stream_spdy_job.cc',
1892 'spdy/bidirectional_stream_spdy_job.h',
1893 ],
1883 'net_websockets_sources': [ 1894 'net_websockets_sources': [
1884 "websockets/websocket_basic_handshake_stream.cc", 1895 "websockets/websocket_basic_handshake_stream.cc",
1885 "websockets/websocket_basic_handshake_stream.h", 1896 "websockets/websocket_basic_handshake_stream.h",
1886 "websockets/websocket_basic_stream.cc", 1897 "websockets/websocket_basic_stream.cc",
1887 "websockets/websocket_basic_stream.h", 1898 "websockets/websocket_basic_stream.h",
1888 "websockets/websocket_channel.cc", 1899 "websockets/websocket_channel.cc",
1889 "websockets/websocket_channel.h", 1900 "websockets/websocket_channel.h",
1890 "websockets/websocket_deflate_parameters.cc", 1901 "websockets/websocket_deflate_parameters.cc",
1891 "websockets/websocket_deflate_parameters.h", 1902 "websockets/websocket_deflate_parameters.h",
1892 "websockets/websocket_deflate_predictor.h", 1903 "websockets/websocket_deflate_predictor.h",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
1930 'docs/bug-triage-labels.md', 1941 'docs/bug-triage-labels.md',
1931 'docs/bug-triage-suggested-workflow.md', 1942 'docs/bug-triage-suggested-workflow.md',
1932 'docs/code-patterns.md', 1943 'docs/code-patterns.md',
1933 'docs/crash-course-in-net-internals.md', 1944 'docs/crash-course-in-net-internals.md',
1934 'docs/life-of-a-url-request.md', 1945 'docs/life-of-a-url-request.md',
1935 'sdch/README.md', 1946 'sdch/README.md',
1936 ], 1947 ],
1937 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1948 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1938 } 1949 }
1939 } 1950 }
OLDNEW
« net/http/http_stream_factory_impl.cc ('K') | « net/net.gyp ('k') | net/net_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698