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

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: 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 809 matching lines...) Expand 10 before | Expand all | Expand 10 after
820 'http/http_auth_handler_ntlm_portable.cc', 820 'http/http_auth_handler_ntlm_portable.cc',
821 'http/http_auth_handler_ntlm_win.cc', 821 'http/http_auth_handler_ntlm_win.cc',
822 'http/http_auth_multi_round_parse.cc', 822 'http/http_auth_multi_round_parse.cc',
823 'http/http_auth_multi_round_parse.h', 823 'http/http_auth_multi_round_parse.h',
824 'http/http_auth_sspi_win.cc', 824 'http/http_auth_sspi_win.cc',
825 'http/http_auth_sspi_win.h', 825 'http/http_auth_sspi_win.h',
826 'http/http_basic_state.cc', 826 'http/http_basic_state.cc',
827 'http/http_basic_state.h', 827 'http/http_basic_state.h',
828 'http/http_basic_stream.cc', 828 'http/http_basic_stream.cc',
829 'http/http_basic_stream.h', 829 'http/http_basic_stream.h',
830 'http/bidirectional_stream.cc',
831 'http/bidirectional_stream.h',
830 'http/http_cache.cc', 832 'http/http_cache.cc',
831 'http/http_cache.h', 833 'http/http_cache.h',
832 'http/http_cache_transaction.cc', 834 'http/http_cache_transaction.cc',
833 'http/http_cache_transaction.h', 835 'http/http_cache_transaction.h',
834 'http/http_chunked_decoder.cc', 836 'http/http_chunked_decoder.cc',
835 'http/http_chunked_decoder.h', 837 'http/http_chunked_decoder.h',
836 'http/http_content_disposition.cc', 838 'http/http_content_disposition.cc',
837 'http/http_content_disposition.h', 839 'http/http_content_disposition.h',
838 'http/http_network_layer.cc', 840 'http/http_network_layer.cc',
839 'http/http_network_layer.h', 841 'http/http_network_layer.h',
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
1376 'filter/sdch_filter_unittest.cc', 1378 'filter/sdch_filter_unittest.cc',
1377 'ftp/ftp_auth_cache_unittest.cc', 1379 'ftp/ftp_auth_cache_unittest.cc',
1378 'ftp/ftp_ctrl_response_buffer_unittest.cc', 1380 'ftp/ftp_ctrl_response_buffer_unittest.cc',
1379 'ftp/ftp_directory_listing_parser_ls_unittest.cc', 1381 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
1380 'ftp/ftp_directory_listing_parser_unittest.cc', 1382 'ftp/ftp_directory_listing_parser_unittest.cc',
1381 'ftp/ftp_directory_listing_parser_unittest.h', 1383 'ftp/ftp_directory_listing_parser_unittest.h',
1382 'ftp/ftp_directory_listing_parser_vms_unittest.cc', 1384 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
1383 'ftp/ftp_directory_listing_parser_windows_unittest.cc', 1385 'ftp/ftp_directory_listing_parser_windows_unittest.cc',
1384 'ftp/ftp_network_transaction_unittest.cc', 1386 'ftp/ftp_network_transaction_unittest.cc',
1385 'ftp/ftp_util_unittest.cc', 1387 'ftp/ftp_util_unittest.cc',
1388 'http/bidirectional_stream_unittest.cc',
1386 'http/des_unittest.cc', 1389 'http/des_unittest.cc',
1387 'http/disk_based_cert_cache_unittest.cc', 1390 'http/disk_based_cert_cache_unittest.cc',
1388 'http/disk_cache_based_quic_server_info_unittest.cc', 1391 'http/disk_cache_based_quic_server_info_unittest.cc',
1389 'http/http_auth_cache_unittest.cc', 1392 'http/http_auth_cache_unittest.cc',
1390 'http/http_auth_challenge_tokenizer_unittest.cc', 1393 'http/http_auth_challenge_tokenizer_unittest.cc',
1391 'http/http_auth_controller_unittest.cc', 1394 'http/http_auth_controller_unittest.cc',
1392 'http/http_auth_filter_unittest.cc', 1395 'http/http_auth_filter_unittest.cc',
1393 'http/http_auth_gssapi_posix_unittest.cc', 1396 'http/http_auth_gssapi_posix_unittest.cc',
1394 'http/http_auth_handler_basic_unittest.cc', 1397 'http/http_auth_handler_basic_unittest.cc',
1395 'http/http_auth_handler_digest_unittest.cc', 1398 'http/http_auth_handler_digest_unittest.cc',
(...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after
1889 'docs/bug-triage.md', 1892 'docs/bug-triage.md',
1890 'docs/bug-triage-labels.md', 1893 'docs/bug-triage-labels.md',
1891 'docs/bug-triage-suggested-workflow.md', 1894 'docs/bug-triage-suggested-workflow.md',
1892 'docs/code-patterns.md', 1895 'docs/code-patterns.md',
1893 'docs/life-of-a-url-request.md', 1896 'docs/life-of-a-url-request.md',
1894 'sdch/README.md', 1897 'sdch/README.md',
1895 ], 1898 ],
1896 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1899 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1897 } 1900 }
1898 } 1901 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698