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

Side by Side Diff: net/net.gypi

Issue 2518063007: Pass QuicInMemoryCache directly instead of using a singleton. (Closed)
Patch Set: Fix Cronet compile error 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 1975 matching lines...) Expand 10 before | Expand all | Expand 10 after
1986 'test/embedded_test_server/http_response_unittest.cc', 1986 'test/embedded_test_server/http_response_unittest.cc',
1987 'test/python_utils_unittest.cc', 1987 'test/python_utils_unittest.cc',
1988 'test/run_all_unittests.cc', 1988 'test/run_all_unittests.cc',
1989 'third_party/nist-pkits/pkits_testcases-inl.h', 1989 'third_party/nist-pkits/pkits_testcases-inl.h',
1990 'tools/content_decoder_tool/content_decoder_tool.cc', 1990 'tools/content_decoder_tool/content_decoder_tool.cc',
1991 'tools/content_decoder_tool/content_decoder_tool.h', 1991 'tools/content_decoder_tool/content_decoder_tool.h',
1992 'tools/content_decoder_tool/content_decoder_tool_unittest.cc', 1992 'tools/content_decoder_tool/content_decoder_tool_unittest.cc',
1993 'tools/quic/quic_simple_client_test.cc', 1993 'tools/quic/quic_simple_client_test.cc',
1994 'tools/quic/test_tools/mock_quic_server_session_visitor.cc', 1994 'tools/quic/test_tools/mock_quic_server_session_visitor.cc',
1995 'tools/quic/test_tools/mock_quic_server_session_visitor.h', 1995 'tools/quic/test_tools/mock_quic_server_session_visitor.h',
1996 'tools/quic/test_tools/quic_in_memory_cache_peer.cc',
1997 'tools/quic/test_tools/quic_in_memory_cache_peer.h',
1998 'tools/tld_cleanup/tld_cleanup_util_unittest.cc', 1996 'tools/tld_cleanup/tld_cleanup_util_unittest.cc',
1999 'url_request/report_sender_unittest.cc', 1997 'url_request/report_sender_unittest.cc',
2000 'url_request/sdch_dictionary_fetcher_unittest.cc', 1998 'url_request/sdch_dictionary_fetcher_unittest.cc',
2001 'url_request/url_fetcher_impl_unittest.cc', 1999 'url_request/url_fetcher_impl_unittest.cc',
2002 'url_request/url_fetcher_response_writer_unittest.cc', 2000 'url_request/url_fetcher_response_writer_unittest.cc',
2003 'url_request/url_request_context_builder_unittest.cc', 2001 'url_request/url_request_context_builder_unittest.cc',
2004 'url_request/url_request_data_job_unittest.cc', 2002 'url_request/url_request_data_job_unittest.cc',
2005 'url_request/url_request_file_dir_job_unittest.cc', 2003 'url_request/url_request_file_dir_job_unittest.cc',
2006 'url_request/url_request_file_job_unittest.cc', 2004 'url_request/url_request_file_job_unittest.cc',
2007 'url_request/url_request_filter_unittest.cc', 2005 'url_request/url_request_filter_unittest.cc',
(...skipping 1331 matching lines...) Expand 10 before | Expand all | Expand 10 after
3339 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3337 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3340 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3338 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3341 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3339 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3342 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3340 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3343 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3341 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3344 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3342 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3345 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3343 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3346 ], 3344 ],
3347 } 3345 }
3348 } 3346 }
OLDNEW
« no previous file with comments | « components/grpc_support/test/quic_test_server.cc ('k') | net/quic/chromium/quic_end_to_end_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698