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

Side by Side Diff: net/net.gypi

Issue 1898873006: Cronet: Use stale DNS cache entries experimentally. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dns_stale2
Patch Set: rebase 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
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 781 matching lines...) Expand 10 before | Expand all | Expand 10 after
792 'dns/notify_watcher_mac.cc', 792 'dns/notify_watcher_mac.cc',
793 'dns/notify_watcher_mac.h', 793 'dns/notify_watcher_mac.h',
794 'dns/record_parsed.cc', 794 'dns/record_parsed.cc',
795 'dns/record_parsed.h', 795 'dns/record_parsed.h',
796 'dns/record_rdata.cc', 796 'dns/record_rdata.cc',
797 'dns/record_rdata.h', 797 'dns/record_rdata.h',
798 'dns/serial_worker.cc', 798 'dns/serial_worker.cc',
799 'dns/serial_worker.h', 799 'dns/serial_worker.h',
800 'dns/single_request_host_resolver.cc', 800 'dns/single_request_host_resolver.cc',
801 'dns/single_request_host_resolver.h', 801 'dns/single_request_host_resolver.h',
802 'dns/stale_host_resolver.cc',
803 'dns/stale_host_resolver.h',
802 'filter/filter.cc', 804 'filter/filter.cc',
803 'filter/filter.h', 805 'filter/filter.h',
804 'filter/gzip_filter.cc', 806 'filter/gzip_filter.cc',
805 'filter/gzip_filter.h', 807 'filter/gzip_filter.h',
806 'filter/gzip_header.cc', 808 'filter/gzip_header.cc',
807 'filter/gzip_header.h', 809 'filter/gzip_header.h',
808 'filter/sdch_filter.cc', 810 'filter/sdch_filter.cc',
809 'filter/sdch_filter.h', 811 'filter/sdch_filter.h',
810 'http/bidirectional_stream.cc', 812 'http/bidirectional_stream.cc',
811 'http/bidirectional_stream.h', 813 'http/bidirectional_stream.h',
(...skipping 2316 matching lines...) Expand 10 before | Expand all | Expand 10 after
3128 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3130 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3129 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3131 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3130 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3132 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3131 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3133 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3132 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3134 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3133 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3135 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3134 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3136 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3135 ], 3137 ],
3136 } 3138 }
3137 } 3139 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698