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

Side by Side Diff: net/net.gypi

Issue 2537773006: Extract a QuicSpdyServerStreamBase class for code sharing between QuicSimpleServerStream and GfeQui… (Closed)
Patch Set: Created 4 years 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 2048 matching lines...) Expand 10 before | Expand all | Expand 10 after
2059 'tools/quic/quic_epoll_alarm_factory_test.cc', 2059 'tools/quic/quic_epoll_alarm_factory_test.cc',
2060 'tools/quic/quic_epoll_clock_test.cc', 2060 'tools/quic/quic_epoll_clock_test.cc',
2061 'tools/quic/quic_epoll_connection_helper_test.cc', 2061 'tools/quic/quic_epoll_connection_helper_test.cc',
2062 'tools/quic/quic_http_response_cache_test.cc', 2062 'tools/quic/quic_http_response_cache_test.cc',
2063 'tools/quic/quic_server_test.cc', 2063 'tools/quic/quic_server_test.cc',
2064 'tools/quic/quic_simple_server_session_helper_test.cc', 2064 'tools/quic/quic_simple_server_session_helper_test.cc',
2065 'tools/quic/quic_simple_server_session_test.cc', 2065 'tools/quic/quic_simple_server_session_test.cc',
2066 'tools/quic/quic_simple_server_stream_test.cc', 2066 'tools/quic/quic_simple_server_stream_test.cc',
2067 'tools/quic/quic_simple_server_test.cc', 2067 'tools/quic/quic_simple_server_test.cc',
2068 'tools/quic/quic_spdy_client_stream_test.cc', 2068 'tools/quic/quic_spdy_client_stream_test.cc',
2069 'tools/quic/quic_spdy_server_stream_base_test.cc',
2069 'tools/quic/quic_time_wait_list_manager_test.cc', 2070 'tools/quic/quic_time_wait_list_manager_test.cc',
2070 'tools/quic/stateless_rejector_test.cc', 2071 'tools/quic/stateless_rejector_test.cc',
2071 'tools/quic/test_tools/limited_mtu_test_writer.cc', 2072 'tools/quic/test_tools/limited_mtu_test_writer.cc',
2072 'tools/quic/test_tools/limited_mtu_test_writer.h', 2073 'tools/quic/test_tools/limited_mtu_test_writer.h',
2073 'tools/quic/test_tools/mock_epoll_server.cc', 2074 'tools/quic/test_tools/mock_epoll_server.cc',
2074 'tools/quic/test_tools/mock_epoll_server.h', 2075 'tools/quic/test_tools/mock_epoll_server.h',
2075 'tools/quic/test_tools/mock_quic_time_wait_list_manager.cc', 2076 'tools/quic/test_tools/mock_quic_time_wait_list_manager.cc',
2076 'tools/quic/test_tools/mock_quic_time_wait_list_manager.h', 2077 'tools/quic/test_tools/mock_quic_time_wait_list_manager.h',
2077 'tools/quic/test_tools/packet_dropping_test_writer.cc', 2078 'tools/quic/test_tools/packet_dropping_test_writer.cc',
2078 'tools/quic/test_tools/packet_dropping_test_writer.h', 2079 'tools/quic/test_tools/packet_dropping_test_writer.h',
(...skipping 1298 matching lines...) Expand 10 before | Expand all | Expand 10 after
3377 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3378 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3378 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3379 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3379 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3380 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3380 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3381 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3381 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3382 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3382 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3383 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3383 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3384 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3384 ], 3385 ],
3385 } 3386 }
3386 } 3387 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698