| 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 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 'cert/multi_log_ct_verifier.h', | 325 'cert/multi_log_ct_verifier.h', |
| 326 'cert/multi_threaded_cert_verifier.cc', | 326 'cert/multi_threaded_cert_verifier.cc', |
| 327 'cert/multi_threaded_cert_verifier.h', | 327 'cert/multi_threaded_cert_verifier.h', |
| 328 'cert/nss_cert_database.cc', | 328 'cert/nss_cert_database.cc', |
| 329 'cert/nss_cert_database.h', | 329 'cert/nss_cert_database.h', |
| 330 'cert/nss_cert_database_chromeos.cc', | 330 'cert/nss_cert_database_chromeos.cc', |
| 331 'cert/nss_cert_database_chromeos.h', | 331 'cert/nss_cert_database_chromeos.h', |
| 332 'cert/nss_profile_filter_chromeos.cc', | 332 'cert/nss_profile_filter_chromeos.cc', |
| 333 'cert/nss_profile_filter_chromeos.h', | 333 'cert/nss_profile_filter_chromeos.h', |
| 334 'cert/scoped_nss_types.h', | 334 'cert/scoped_nss_types.h', |
| 335 'cert/scoped_openssl_types.h', |
| 335 'cert/sct_status_flags.h', | 336 'cert/sct_status_flags.h', |
| 336 'cert/test_root_certs.cc', | 337 'cert/test_root_certs.cc', |
| 337 'cert/test_root_certs.h', | 338 'cert/test_root_certs.h', |
| 338 'cert/test_root_certs_android.cc', | 339 'cert/test_root_certs_android.cc', |
| 339 'cert/test_root_certs_mac.cc', | 340 'cert/test_root_certs_mac.cc', |
| 340 'cert/test_root_certs_nss.cc', | 341 'cert/test_root_certs_nss.cc', |
| 341 'cert/test_root_certs_openssl.cc', | 342 'cert/test_root_certs_openssl.cc', |
| 342 'cert/test_root_certs_win.cc', | 343 'cert/test_root_certs_win.cc', |
| 343 'cert/x509_cert_types_mac.cc', | 344 'cert/x509_cert_types_mac.cc', |
| 344 'cert/x509_cert_types_win.cc', | 345 'cert/x509_cert_types_win.cc', |
| (...skipping 1370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1715 'tools/quic/test_tools/quic_test_client.h', | 1716 'tools/quic/test_tools/quic_test_client.h', |
| 1716 'tools/quic/test_tools/quic_test_utils.cc', | 1717 'tools/quic/test_tools/quic_test_utils.cc', |
| 1717 'tools/quic/test_tools/quic_test_utils.h', | 1718 'tools/quic/test_tools/quic_test_utils.h', |
| 1718 'tools/quic/test_tools/server_thread.h', | 1719 'tools/quic/test_tools/server_thread.h', |
| 1719 'tools/quic/test_tools/server_thread.cc', | 1720 'tools/quic/test_tools/server_thread.cc', |
| 1720 'tools/quic/test_tools/simple_client.h', | 1721 'tools/quic/test_tools/simple_client.h', |
| 1721 'tools/quic/test_tools/simple_client.cc', | 1722 'tools/quic/test_tools/simple_client.cc', |
| 1722 ], | 1723 ], |
| 1723 } | 1724 } |
| 1724 } | 1725 } |
| OLD | NEW |