| 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 780 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 791 'dns/notify_watcher_mac.cc', | 791 'dns/notify_watcher_mac.cc', |
| 792 'dns/notify_watcher_mac.h', | 792 'dns/notify_watcher_mac.h', |
| 793 'dns/record_parsed.cc', | 793 'dns/record_parsed.cc', |
| 794 'dns/record_parsed.h', | 794 'dns/record_parsed.h', |
| 795 'dns/record_rdata.cc', | 795 'dns/record_rdata.cc', |
| 796 'dns/record_rdata.h', | 796 'dns/record_rdata.h', |
| 797 'dns/serial_worker.cc', | 797 'dns/serial_worker.cc', |
| 798 'dns/serial_worker.h', | 798 'dns/serial_worker.h', |
| 799 'dns/single_request_host_resolver.cc', | 799 'dns/single_request_host_resolver.cc', |
| 800 'dns/single_request_host_resolver.h', | 800 'dns/single_request_host_resolver.h', |
| 801 'dns/stale_host_resolver.cc', |
| 802 'dns/stale_host_resolver.h', |
| 801 'filter/filter.cc', | 803 'filter/filter.cc', |
| 802 'filter/filter.h', | 804 'filter/filter.h', |
| 803 'filter/gzip_filter.cc', | 805 'filter/gzip_filter.cc', |
| 804 'filter/gzip_filter.h', | 806 'filter/gzip_filter.h', |
| 805 'filter/gzip_header.cc', | 807 'filter/gzip_header.cc', |
| 806 'filter/gzip_header.h', | 808 'filter/gzip_header.h', |
| 807 'filter/sdch_filter.cc', | 809 'filter/sdch_filter.cc', |
| 808 'filter/sdch_filter.h', | 810 'filter/sdch_filter.h', |
| 809 'http/bidirectional_stream.cc', | 811 'http/bidirectional_stream.cc', |
| 810 'http/bidirectional_stream.h', | 812 'http/bidirectional_stream.h', |
| (...skipping 2317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 } |
| OLD | NEW |