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

Side by Side Diff: net/net.gypi

Issue 2532083005: Rename QuicInMemoryCache to QuicHttpResponseCache. (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 2010 matching lines...) Expand 10 before | Expand all | Expand 10 after
2021 ], 2021 ],
2022 'net_linux_test_sources': [ 2022 'net_linux_test_sources': [
2023 'tools/quic/chlo_extractor_test.cc', 2023 'tools/quic/chlo_extractor_test.cc',
2024 'tools/quic/end_to_end_test.cc', 2024 'tools/quic/end_to_end_test.cc',
2025 'tools/quic/quic_client_session_test.cc', 2025 'tools/quic/quic_client_session_test.cc',
2026 'tools/quic/quic_client_test.cc', 2026 'tools/quic/quic_client_test.cc',
2027 'tools/quic/quic_dispatcher_test.cc', 2027 'tools/quic/quic_dispatcher_test.cc',
2028 'tools/quic/quic_epoll_alarm_factory_test.cc', 2028 'tools/quic/quic_epoll_alarm_factory_test.cc',
2029 'tools/quic/quic_epoll_clock_test.cc', 2029 'tools/quic/quic_epoll_clock_test.cc',
2030 'tools/quic/quic_epoll_connection_helper_test.cc', 2030 'tools/quic/quic_epoll_connection_helper_test.cc',
2031 'tools/quic/quic_in_memory_cache_test.cc', 2031 'tools/quic/quic_http_response_cache_test.cc',
2032 'tools/quic/quic_server_test.cc', 2032 'tools/quic/quic_server_test.cc',
2033 'tools/quic/quic_simple_server_session_helper_test.cc', 2033 'tools/quic/quic_simple_server_session_helper_test.cc',
2034 'tools/quic/quic_simple_server_session_test.cc', 2034 'tools/quic/quic_simple_server_session_test.cc',
2035 'tools/quic/quic_simple_server_stream_test.cc', 2035 'tools/quic/quic_simple_server_stream_test.cc',
2036 'tools/quic/quic_simple_server_test.cc', 2036 'tools/quic/quic_simple_server_test.cc',
2037 'tools/quic/quic_spdy_client_stream_test.cc', 2037 'tools/quic/quic_spdy_client_stream_test.cc',
2038 'tools/quic/quic_time_wait_list_manager_test.cc', 2038 'tools/quic/quic_time_wait_list_manager_test.cc',
2039 'tools/quic/stateless_rejector_test.cc', 2039 'tools/quic/stateless_rejector_test.cc',
2040 'tools/quic/test_tools/limited_mtu_test_writer.cc', 2040 'tools/quic/test_tools/limited_mtu_test_writer.cc',
2041 'tools/quic/test_tools/limited_mtu_test_writer.h', 2041 'tools/quic/test_tools/limited_mtu_test_writer.h',
(...skipping 1300 matching lines...) Expand 10 before | Expand all | Expand 10 after
3342 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3342 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3343 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3343 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3344 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3344 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3345 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3345 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3346 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3346 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3347 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3347 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3348 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3348 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3349 ], 3349 ],
3350 } 3350 }
3351 } 3351 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698