| 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 1571 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1582 'log/net_log_capture_mode_unittest.cc', | 1582 'log/net_log_capture_mode_unittest.cc', |
| 1583 'log/net_log_unittest.cc', | 1583 'log/net_log_unittest.cc', |
| 1584 'log/net_log_util_unittest.cc', | 1584 'log/net_log_util_unittest.cc', |
| 1585 'log/trace_net_log_observer_unittest.cc', | 1585 'log/trace_net_log_observer_unittest.cc', |
| 1586 'log/write_to_file_net_log_observer_unittest.cc', | 1586 'log/write_to_file_net_log_observer_unittest.cc', |
| 1587 'log/bounded_file_net_log_observer_unittest.cc', | 1587 'log/bounded_file_net_log_observer_unittest.cc', |
| 1588 'nqe/effective_connection_type_unittest.cc', | 1588 'nqe/effective_connection_type_unittest.cc', |
| 1589 'nqe/network_quality_estimator_test_util.cc', | 1589 'nqe/network_quality_estimator_test_util.cc', |
| 1590 'nqe/network_quality_estimator_test_util.h', | 1590 'nqe/network_quality_estimator_test_util.h', |
| 1591 'nqe/network_quality_estimator_unittest.cc', | 1591 'nqe/network_quality_estimator_unittest.cc', |
| 1592 'nqe/network_quality_observation_unittest.cc', | |
| 1593 'nqe/network_quality_store_unittest.cc', | 1592 'nqe/network_quality_store_unittest.cc', |
| 1593 'nqe/observation_buffer_unittest.cc', |
| 1594 'nqe/throughput_analyzer_unittest.cc', | 1594 'nqe/throughput_analyzer_unittest.cc', |
| 1595 'proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc', | 1595 'proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc', |
| 1596 'proxy/dhcp_proxy_script_fetcher_factory_unittest.cc', | 1596 'proxy/dhcp_proxy_script_fetcher_factory_unittest.cc', |
| 1597 'proxy/dhcp_proxy_script_fetcher_win_unittest.cc', | 1597 'proxy/dhcp_proxy_script_fetcher_win_unittest.cc', |
| 1598 'proxy/mojo_proxy_resolver_factory_impl_unittest.cc', | 1598 'proxy/mojo_proxy_resolver_factory_impl_unittest.cc', |
| 1599 'proxy/mojo_proxy_resolver_impl_unittest.cc', | 1599 'proxy/mojo_proxy_resolver_impl_unittest.cc', |
| 1600 'proxy/mojo_proxy_resolver_v8_tracing_bindings_unittest.cc', | 1600 'proxy/mojo_proxy_resolver_v8_tracing_bindings_unittest.cc', |
| 1601 'proxy/multi_threaded_proxy_resolver_unittest.cc', | 1601 'proxy/multi_threaded_proxy_resolver_unittest.cc', |
| 1602 'proxy/network_delegate_error_observer_unittest.cc', | 1602 'proxy/network_delegate_error_observer_unittest.cc', |
| 1603 'proxy/proxy_bypass_rules_unittest.cc', | 1603 'proxy/proxy_bypass_rules_unittest.cc', |
| (...skipping 1629 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3233 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', | 3233 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', |
| 3234 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', | 3234 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', |
| 3235 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', | 3235 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', |
| 3236 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', | 3236 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', |
| 3237 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', | 3237 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', |
| 3238 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', | 3238 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', |
| 3239 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', | 3239 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', |
| 3240 ], | 3240 ], |
| 3241 } | 3241 } |
| 3242 } | 3242 } |
| OLD | NEW |