| 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 773 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 784 'nqe/effective_connection_type.cc', | 784 'nqe/effective_connection_type.cc', |
| 785 'nqe/effective_connection_type.h', | 785 'nqe/effective_connection_type.h', |
| 786 'nqe/external_estimate_provider.h', | 786 'nqe/external_estimate_provider.h', |
| 787 'nqe/network_id.h', | 787 'nqe/network_id.h', |
| 788 'nqe/network_qualities_prefs_manager.cc', | 788 'nqe/network_qualities_prefs_manager.cc', |
| 789 'nqe/network_qualities_prefs_manager.h', | 789 'nqe/network_qualities_prefs_manager.h', |
| 790 'nqe/network_quality.cc', | 790 'nqe/network_quality.cc', |
| 791 'nqe/network_quality.h', | 791 'nqe/network_quality.h', |
| 792 'nqe/network_quality_estimator.cc', | 792 'nqe/network_quality_estimator.cc', |
| 793 'nqe/network_quality_estimator.h', | 793 'nqe/network_quality_estimator.h', |
| 794 'nqe/network_quality_estimator_params.cc', |
| 795 'nqe/network_quality_estimator_params.h', |
| 794 'nqe/network_quality_observation.h', | 796 'nqe/network_quality_observation.h', |
| 795 'nqe/network_quality_observation_source.h', | 797 'nqe/network_quality_observation_source.h', |
| 796 'nqe/network_quality_store.cc', | 798 'nqe/network_quality_store.cc', |
| 797 'nqe/network_quality_store.h', | 799 'nqe/network_quality_store.h', |
| 798 'nqe/observation_buffer.h', | 800 'nqe/observation_buffer.h', |
| 799 'nqe/socket_watcher.cc', | 801 'nqe/socket_watcher.cc', |
| 800 'nqe/socket_watcher.h', | 802 'nqe/socket_watcher.h', |
| 801 'nqe/socket_watcher_factory.cc', | 803 'nqe/socket_watcher_factory.cc', |
| 802 'nqe/socket_watcher_factory.h', | 804 'nqe/socket_watcher_factory.h', |
| 803 'nqe/throughput_analyzer.cc', | 805 'nqe/throughput_analyzer.cc', |
| (...skipping 2485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3289 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', | 3291 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', |
| 3290 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', | 3292 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', |
| 3291 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', | 3293 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', |
| 3292 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', | 3294 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', |
| 3293 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', | 3295 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', |
| 3294 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', | 3296 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', |
| 3295 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', | 3297 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', |
| 3296 ], | 3298 ], |
| 3297 } | 3299 } |
| 3298 } | 3300 } |
| OLD | NEW |