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

Side by Side Diff: net/net.gypi

Issue 1599143002: Remove CertCacheTrial (DiskBasedCertCache). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: crbug.com doesn't like trailing slashes Created 4 years, 11 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/http/http_cache_transaction.cc ('k') | tools/metrics/histograms/histograms.xml » ('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 808 matching lines...) Expand 10 before | Expand all | Expand 10 after
819 'filter/filter.cc', 819 'filter/filter.cc',
820 'filter/filter.h', 820 'filter/filter.h',
821 'filter/gzip_filter.cc', 821 'filter/gzip_filter.cc',
822 'filter/gzip_filter.h', 822 'filter/gzip_filter.h',
823 'filter/gzip_header.cc', 823 'filter/gzip_header.cc',
824 'filter/gzip_header.h', 824 'filter/gzip_header.h',
825 'filter/sdch_filter.cc', 825 'filter/sdch_filter.cc',
826 'filter/sdch_filter.h', 826 'filter/sdch_filter.h',
827 'http/des.cc', 827 'http/des.cc',
828 'http/des.h', 828 'http/des.h',
829 'http/disk_based_cert_cache.cc',
830 'http/disk_based_cert_cache.h',
831 'http/disk_cache_based_quic_server_info.cc', 829 'http/disk_cache_based_quic_server_info.cc',
832 'http/disk_cache_based_quic_server_info.h', 830 'http/disk_cache_based_quic_server_info.h',
833 'http/failing_http_transaction_factory.cc', 831 'http/failing_http_transaction_factory.cc',
834 'http/failing_http_transaction_factory.h', 832 'http/failing_http_transaction_factory.h',
835 'http/http_auth.cc', 833 'http/http_auth.cc',
836 'http/http_auth.h', 834 'http/http_auth.h',
837 'http/http_auth_cache.cc', 835 'http/http_auth_cache.cc',
838 'http/http_auth_cache.h', 836 'http/http_auth_cache.h',
839 'http/http_auth_controller.cc', 837 'http/http_auth_controller.cc',
840 'http/http_auth_controller.h', 838 'http/http_auth_controller.h',
(...skipping 595 matching lines...) Expand 10 before | Expand all | Expand 10 after
1436 'ftp/ftp_ctrl_response_buffer_unittest.cc', 1434 'ftp/ftp_ctrl_response_buffer_unittest.cc',
1437 'ftp/ftp_directory_listing_parser_ls_unittest.cc', 1435 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
1438 'ftp/ftp_directory_listing_parser_unittest.cc', 1436 'ftp/ftp_directory_listing_parser_unittest.cc',
1439 'ftp/ftp_directory_listing_parser_unittest.h', 1437 'ftp/ftp_directory_listing_parser_unittest.h',
1440 'ftp/ftp_directory_listing_parser_vms_unittest.cc', 1438 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
1441 'ftp/ftp_directory_listing_parser_windows_unittest.cc', 1439 'ftp/ftp_directory_listing_parser_windows_unittest.cc',
1442 'ftp/ftp_network_transaction_unittest.cc', 1440 'ftp/ftp_network_transaction_unittest.cc',
1443 'ftp/ftp_util_unittest.cc', 1441 'ftp/ftp_util_unittest.cc',
1444 'http/bidirectional_stream_unittest.cc', 1442 'http/bidirectional_stream_unittest.cc',
1445 'http/des_unittest.cc', 1443 'http/des_unittest.cc',
1446 'http/disk_based_cert_cache_unittest.cc',
1447 'http/disk_cache_based_quic_server_info_unittest.cc', 1444 'http/disk_cache_based_quic_server_info_unittest.cc',
1448 'http/http_auth_cache_unittest.cc', 1445 'http/http_auth_cache_unittest.cc',
1449 'http/http_auth_challenge_tokenizer_unittest.cc', 1446 'http/http_auth_challenge_tokenizer_unittest.cc',
1450 'http/http_auth_controller_unittest.cc', 1447 'http/http_auth_controller_unittest.cc',
1451 'http/http_auth_filter_unittest.cc', 1448 'http/http_auth_filter_unittest.cc',
1452 'http/http_auth_gssapi_posix_unittest.cc', 1449 'http/http_auth_gssapi_posix_unittest.cc',
1453 'http/http_auth_handler_basic_unittest.cc', 1450 'http/http_auth_handler_basic_unittest.cc',
1454 'http/http_auth_handler_digest_unittest.cc', 1451 'http/http_auth_handler_digest_unittest.cc',
1455 'http/http_auth_handler_factory_unittest.cc', 1452 'http/http_auth_handler_factory_unittest.cc',
1456 'http/http_auth_handler_mock.cc', 1453 'http/http_auth_handler_mock.cc',
(...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
1970 'docs/bug-triage-labels.md', 1967 'docs/bug-triage-labels.md',
1971 'docs/bug-triage-suggested-workflow.md', 1968 'docs/bug-triage-suggested-workflow.md',
1972 'docs/code-patterns.md', 1969 'docs/code-patterns.md',
1973 'docs/crash-course-in-net-internals.md', 1970 'docs/crash-course-in-net-internals.md',
1974 'docs/life-of-a-url-request.md', 1971 'docs/life-of-a-url-request.md',
1975 'sdch/README.md', 1972 'sdch/README.md',
1976 ], 1973 ],
1977 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1974 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1978 } 1975 }
1979 } 1976 }
OLDNEW
« no previous file with comments | « net/http/http_cache_transaction.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698