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

Side by Side Diff: net/net.gypi

Issue 1812823010: Rename net::BidirectionalStream*Job to net::BidirectionalStream*Impl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 4 years, 9 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 808 matching lines...) Expand 10 before | Expand all | Expand 10 after
819 'filter/filter.cc', 819 'filter/filter.cc',
820 'filter/filter.h', 820 'filter/filter.h',
821 'filter/gzip_filter.cc', 821 'filter/gzip_filter.cc',
822 'filter/gzip_filter.h', 822 'filter/gzip_filter.h',
823 'filter/gzip_header.cc', 823 'filter/gzip_header.cc',
824 'filter/gzip_header.h', 824 'filter/gzip_header.h',
825 'filter/sdch_filter.cc', 825 'filter/sdch_filter.cc',
826 'filter/sdch_filter.h', 826 'filter/sdch_filter.h',
827 'http/bidirectional_stream.cc', 827 'http/bidirectional_stream.cc',
828 'http/bidirectional_stream.h', 828 'http/bidirectional_stream.h',
829 'http/bidirectional_stream_job.cc', 829 'http/bidirectional_stream_impl.cc',
830 'http/bidirectional_stream_job.h', 830 'http/bidirectional_stream_impl.h',
831 'http/bidirectional_stream_request_info.cc', 831 'http/bidirectional_stream_request_info.cc',
832 'http/bidirectional_stream_request_info.h', 832 'http/bidirectional_stream_request_info.h',
833 'http/des.cc', 833 'http/des.cc',
834 'http/des.h', 834 'http/des.h',
835 'http/disk_cache_based_quic_server_info.cc', 835 'http/disk_cache_based_quic_server_info.cc',
836 'http/disk_cache_based_quic_server_info.h', 836 'http/disk_cache_based_quic_server_info.h',
837 'http/failing_http_transaction_factory.cc', 837 'http/failing_http_transaction_factory.cc',
838 'http/failing_http_transaction_factory.h', 838 'http/failing_http_transaction_factory.h',
839 'http/http_auth.cc', 839 'http/http_auth.cc',
840 'http/http_auth.h', 840 'http/http_auth.h',
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
1104 'socket/unix_domain_client_socket_posix.cc', 1104 'socket/unix_domain_client_socket_posix.cc',
1105 'socket/unix_domain_client_socket_posix.h', 1105 'socket/unix_domain_client_socket_posix.h',
1106 'socket/unix_domain_server_socket_posix.cc', 1106 'socket/unix_domain_server_socket_posix.cc',
1107 'socket/unix_domain_server_socket_posix.h', 1107 'socket/unix_domain_server_socket_posix.h',
1108 'socket/websocket_endpoint_lock_manager.cc', 1108 'socket/websocket_endpoint_lock_manager.cc',
1109 'socket/websocket_endpoint_lock_manager.h', 1109 'socket/websocket_endpoint_lock_manager.h',
1110 'socket/websocket_transport_client_socket_pool.cc', 1110 'socket/websocket_transport_client_socket_pool.cc',
1111 'socket/websocket_transport_client_socket_pool.h', 1111 'socket/websocket_transport_client_socket_pool.h',
1112 'socket/websocket_transport_connect_sub_job.cc', 1112 'socket/websocket_transport_connect_sub_job.cc',
1113 'socket/websocket_transport_connect_sub_job.h', 1113 'socket/websocket_transport_connect_sub_job.h',
1114 'spdy/bidirectional_stream_spdy_job.cc', 1114 'spdy/bidirectional_stream_spdy_impl.cc',
1115 'spdy/bidirectional_stream_spdy_job.h', 1115 'spdy/bidirectional_stream_spdy_impl.h',
1116 'spdy/buffered_spdy_framer.cc', 1116 'spdy/buffered_spdy_framer.cc',
1117 'spdy/buffered_spdy_framer.h', 1117 'spdy/buffered_spdy_framer.h',
1118 'spdy/fuzzing/hpack_fuzz_util.cc', 1118 'spdy/fuzzing/hpack_fuzz_util.cc',
1119 'spdy/fuzzing/hpack_fuzz_util.h', 1119 'spdy/fuzzing/hpack_fuzz_util.h',
1120 'spdy/hpack/hpack_constants.cc', 1120 'spdy/hpack/hpack_constants.cc',
1121 'spdy/hpack/hpack_constants.h', 1121 'spdy/hpack/hpack_constants.h',
1122 'spdy/hpack/hpack_decoder.cc', 1122 'spdy/hpack/hpack_decoder.cc',
1123 'spdy/hpack/hpack_decoder.h', 1123 'spdy/hpack/hpack_decoder.h',
1124 'spdy/hpack/hpack_encoder.cc', 1124 'spdy/hpack/hpack_encoder.cc',
1125 'spdy/hpack/hpack_encoder.h', 1125 'spdy/hpack/hpack_encoder.h',
(...skipping 879 matching lines...) Expand 10 before | Expand all | Expand 10 after
2005 'docs/bug-triage-labels.md', 2005 'docs/bug-triage-labels.md',
2006 'docs/bug-triage-suggested-workflow.md', 2006 'docs/bug-triage-suggested-workflow.md',
2007 'docs/code-patterns.md', 2007 'docs/code-patterns.md',
2008 'docs/crash-course-in-net-internals.md', 2008 'docs/crash-course-in-net-internals.md',
2009 'docs/life-of-a-url-request.md', 2009 'docs/life-of-a-url-request.md',
2010 'sdch/README.md', 2010 'sdch/README.md',
2011 ], 2011 ],
2012 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 2012 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
2013 } 2013 }
2014 } 2014 }
OLDNEW
« no previous file with comments | « net/http/http_stream_factory_impl_unittest.cc ('k') | net/quic/bidirectional_stream_quic_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698