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

Side by Side Diff: net/net.gypi

Issue 1744693002: Implement QUIC-based net::BidirectionalStream (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@basecl
Patch Set: Fix compile due to merge 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
« no previous file with comments | « net/net.gyp ('k') | net/quic/bidirectional_stream_quic_impl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1518 matching lines...) Expand 10 before | Expand all | Expand 10 after
1529 'proxy/proxy_list_unittest.cc', 1529 'proxy/proxy_list_unittest.cc',
1530 'proxy/proxy_resolver_factory_mojo_unittest.cc', 1530 'proxy/proxy_resolver_factory_mojo_unittest.cc',
1531 'proxy/proxy_resolver_v8_tracing_unittest.cc', 1531 'proxy/proxy_resolver_v8_tracing_unittest.cc',
1532 'proxy/proxy_resolver_v8_tracing_wrapper_unittest.cc', 1532 'proxy/proxy_resolver_v8_tracing_wrapper_unittest.cc',
1533 'proxy/proxy_resolver_v8_unittest.cc', 1533 'proxy/proxy_resolver_v8_unittest.cc',
1534 'proxy/proxy_script_decider_unittest.cc', 1534 'proxy/proxy_script_decider_unittest.cc',
1535 'proxy/proxy_script_fetcher_impl_unittest.cc', 1535 'proxy/proxy_script_fetcher_impl_unittest.cc',
1536 'proxy/proxy_server_unittest.cc', 1536 'proxy/proxy_server_unittest.cc',
1537 'proxy/proxy_service_mojo_unittest.cc', 1537 'proxy/proxy_service_mojo_unittest.cc',
1538 'proxy/proxy_service_unittest.cc', 1538 'proxy/proxy_service_unittest.cc',
1539 'quic/bidirectional_stream_quic_impl_unittest.cc',
1539 'quic/congestion_control/cubic_bytes_test.cc', 1540 'quic/congestion_control/cubic_bytes_test.cc',
1540 'quic/congestion_control/cubic_test.cc', 1541 'quic/congestion_control/cubic_test.cc',
1541 'quic/congestion_control/general_loss_algorithm_test.cc', 1542 'quic/congestion_control/general_loss_algorithm_test.cc',
1542 'quic/congestion_control/hybrid_slow_start_test.cc', 1543 'quic/congestion_control/hybrid_slow_start_test.cc',
1543 'quic/congestion_control/pacing_sender_test.cc', 1544 'quic/congestion_control/pacing_sender_test.cc',
1544 'quic/congestion_control/prr_sender_test.cc', 1545 'quic/congestion_control/prr_sender_test.cc',
1545 'quic/congestion_control/rtt_stats_test.cc', 1546 'quic/congestion_control/rtt_stats_test.cc',
1546 'quic/congestion_control/send_algorithm_simulator.cc', 1547 'quic/congestion_control/send_algorithm_simulator.cc',
1547 'quic/congestion_control/send_algorithm_simulator.h', 1548 'quic/congestion_control/send_algorithm_simulator.h',
1548 'quic/congestion_control/tcp_cubic_sender_bytes_test.cc', 1549 'quic/congestion_control/tcp_cubic_sender_bytes_test.cc',
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
1928 "url_request/url_request_ftp_job.cc", 1929 "url_request/url_request_ftp_job.cc",
1929 "url_request/url_request_ftp_job.h", 1930 "url_request/url_request_ftp_job.h",
1930 ], 1931 ],
1931 'net_bidirectional_stream_sources': [ 1932 'net_bidirectional_stream_sources': [
1932 'http/bidirectional_stream.cc', 1933 'http/bidirectional_stream.cc',
1933 'http/bidirectional_stream.h', 1934 'http/bidirectional_stream.h',
1934 'http/bidirectional_stream_job.cc', 1935 'http/bidirectional_stream_job.cc',
1935 'http/bidirectional_stream_job.h', 1936 'http/bidirectional_stream_job.h',
1936 'http/bidirectional_stream_request_info.cc', 1937 'http/bidirectional_stream_request_info.cc',
1937 'http/bidirectional_stream_request_info.h', 1938 'http/bidirectional_stream_request_info.h',
1939 'quic/bidirectional_stream_quic_impl.cc',
1940 'quic/bidirectional_stream_quic_impl.h',
1938 'spdy/bidirectional_stream_spdy_job.cc', 1941 'spdy/bidirectional_stream_spdy_job.cc',
1939 'spdy/bidirectional_stream_spdy_job.h', 1942 'spdy/bidirectional_stream_spdy_job.h',
1940 ], 1943 ],
1941 'net_websockets_sources': [ 1944 'net_websockets_sources': [
1942 "websockets/websocket_basic_handshake_stream.cc", 1945 "websockets/websocket_basic_handshake_stream.cc",
1943 "websockets/websocket_basic_handshake_stream.h", 1946 "websockets/websocket_basic_handshake_stream.h",
1944 "websockets/websocket_basic_stream.cc", 1947 "websockets/websocket_basic_stream.cc",
1945 "websockets/websocket_basic_stream.h", 1948 "websockets/websocket_basic_stream.h",
1946 "websockets/websocket_channel.cc", 1949 "websockets/websocket_channel.cc",
1947 "websockets/websocket_channel.h", 1950 "websockets/websocket_channel.h",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
1988 'docs/bug-triage-labels.md', 1991 'docs/bug-triage-labels.md',
1989 'docs/bug-triage-suggested-workflow.md', 1992 'docs/bug-triage-suggested-workflow.md',
1990 'docs/code-patterns.md', 1993 'docs/code-patterns.md',
1991 'docs/crash-course-in-net-internals.md', 1994 'docs/crash-course-in-net-internals.md',
1992 'docs/life-of-a-url-request.md', 1995 'docs/life-of-a-url-request.md',
1993 'sdch/README.md', 1996 'sdch/README.md',
1994 ], 1997 ],
1995 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1998 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1996 } 1999 }
1997 } 2000 }
OLDNEW
« no previous file with comments | « net/net.gyp ('k') | net/quic/bidirectional_stream_quic_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698