OLD | NEW |
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 778 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
789 'dns/notify_watcher_mac.cc', | 789 'dns/notify_watcher_mac.cc', |
790 'dns/notify_watcher_mac.h', | 790 'dns/notify_watcher_mac.h', |
791 'dns/record_parsed.cc', | 791 'dns/record_parsed.cc', |
792 'dns/record_parsed.h', | 792 'dns/record_parsed.h', |
793 'dns/record_rdata.cc', | 793 'dns/record_rdata.cc', |
794 'dns/record_rdata.h', | 794 'dns/record_rdata.h', |
795 'dns/serial_worker.cc', | 795 'dns/serial_worker.cc', |
796 'dns/serial_worker.h', | 796 'dns/serial_worker.h', |
797 'dns/single_request_host_resolver.cc', | 797 'dns/single_request_host_resolver.cc', |
798 'dns/single_request_host_resolver.h', | 798 'dns/single_request_host_resolver.h', |
| 799 'dns/stale_host_resolver.cc', |
| 800 'dns/stale_host_resolver.h', |
799 'filter/filter.cc', | 801 'filter/filter.cc', |
800 'filter/filter.h', | 802 'filter/filter.h', |
801 'filter/gzip_filter.cc', | 803 'filter/gzip_filter.cc', |
802 'filter/gzip_filter.h', | 804 'filter/gzip_filter.h', |
803 'filter/gzip_header.cc', | 805 'filter/gzip_header.cc', |
804 'filter/gzip_header.h', | 806 'filter/gzip_header.h', |
805 'filter/sdch_filter.cc', | 807 'filter/sdch_filter.cc', |
806 'filter/sdch_filter.h', | 808 'filter/sdch_filter.h', |
807 'http/bidirectional_stream.cc', | 809 'http/bidirectional_stream.cc', |
808 'http/bidirectional_stream.h', | 810 'http/bidirectional_stream.h', |
(...skipping 2273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3082 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', | 3084 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', |
3083 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', | 3085 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', |
3084 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', | 3086 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', |
3085 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', | 3087 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', |
3086 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', | 3088 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', |
3087 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', | 3089 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', |
3088 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', | 3090 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', |
3089 ], | 3091 ], |
3090 } | 3092 } |
3091 } | 3093 } |
OLD | NEW |