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

Side by Side Diff: net/net.gypi

Issue 1989503002: Add an additional ReliableQuicStream* argument to QuicSession::WritevData in an attempt to defend a… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@122078733
Patch Set: Created 4 years, 7 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 | « no previous file | net/quic/quic_chromium_client_session_test.cc » ('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 1796 matching lines...) Expand 10 before | Expand all | Expand 10 after
1807 'tools/quic/quic_client_session_test.cc', 1807 'tools/quic/quic_client_session_test.cc',
1808 'tools/quic/quic_client_test.cc', 1808 'tools/quic/quic_client_test.cc',
1809 'tools/quic/quic_dispatcher_test.cc', 1809 'tools/quic/quic_dispatcher_test.cc',
1810 'tools/quic/quic_epoll_alarm_factory_test.cc', 1810 'tools/quic/quic_epoll_alarm_factory_test.cc',
1811 'tools/quic/quic_epoll_clock_test.cc', 1811 'tools/quic/quic_epoll_clock_test.cc',
1812 'tools/quic/quic_epoll_connection_helper_test.cc', 1812 'tools/quic/quic_epoll_connection_helper_test.cc',
1813 'tools/quic/quic_in_memory_cache_test.cc', 1813 'tools/quic/quic_in_memory_cache_test.cc',
1814 'tools/quic/quic_server_session_base_test.cc', 1814 'tools/quic/quic_server_session_base_test.cc',
1815 'tools/quic/quic_server_test.cc', 1815 'tools/quic/quic_server_test.cc',
1816 'tools/quic/quic_simple_server_session_test.cc', 1816 'tools/quic/quic_simple_server_session_test.cc',
1817 'tools/quic/quic_simple_server_stream_test.cc',
1817 'tools/quic/quic_simple_server_test.cc', 1818 'tools/quic/quic_simple_server_test.cc',
1818 'tools/quic/quic_spdy_client_stream_test.cc', 1819 'tools/quic/quic_spdy_client_stream_test.cc',
1819 'tools/quic/quic_time_wait_list_manager_test.cc', 1820 'tools/quic/quic_time_wait_list_manager_test.cc',
1820 'tools/quic/spdy_balsa_utils_test.cc', 1821 'tools/quic/spdy_balsa_utils_test.cc',
1821 'tools/quic/test_tools/http_message.cc', 1822 'tools/quic/test_tools/http_message.cc',
1822 'tools/quic/test_tools/http_message.h', 1823 'tools/quic/test_tools/http_message.h',
1823 'tools/quic/test_tools/limited_mtu_test_writer.cc', 1824 'tools/quic/test_tools/limited_mtu_test_writer.cc',
1824 'tools/quic/test_tools/limited_mtu_test_writer.h', 1825 'tools/quic/test_tools/limited_mtu_test_writer.h',
1825 'tools/quic/test_tools/mock_epoll_server.cc', 1826 'tools/quic/test_tools/mock_epoll_server.cc',
1826 'tools/quic/test_tools/mock_epoll_server.h', 1827 'tools/quic/test_tools/mock_epoll_server.h',
(...skipping 1255 matching lines...) Expand 10 before | Expand all | Expand 10 after
3082 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3083 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3083 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3084 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3084 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3085 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3085 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3086 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3086 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3087 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3087 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3088 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3088 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3089 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3089 ], 3090 ],
3090 } 3091 }
3091 } 3092 }
OLDNEW
« no previous file with comments | « no previous file | net/quic/quic_chromium_client_session_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698