| 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 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 360 'cert/multi_log_ct_verifier.h', | 360 'cert/multi_log_ct_verifier.h', |
| 361 'cert/multi_threaded_cert_verifier.cc', | 361 'cert/multi_threaded_cert_verifier.cc', |
| 362 'cert/multi_threaded_cert_verifier.h', | 362 'cert/multi_threaded_cert_verifier.h', |
| 363 'cert/nss_cert_database.cc', | 363 'cert/nss_cert_database.cc', |
| 364 'cert/nss_cert_database.h', | 364 'cert/nss_cert_database.h', |
| 365 'cert/nss_cert_database_chromeos.cc', | 365 'cert/nss_cert_database_chromeos.cc', |
| 366 'cert/nss_cert_database_chromeos.h', | 366 'cert/nss_cert_database_chromeos.h', |
| 367 'cert/nss_profile_filter_chromeos.cc', | 367 'cert/nss_profile_filter_chromeos.cc', |
| 368 'cert/nss_profile_filter_chromeos.h', | 368 'cert/nss_profile_filter_chromeos.h', |
| 369 'cert/scoped_nss_types.h', | 369 'cert/scoped_nss_types.h', |
| 370 'cert/scoped_openssl_types.h', | |
| 371 'cert/sct_status_flags.h', | 370 'cert/sct_status_flags.h', |
| 372 'cert/test_root_certs.cc', | 371 'cert/test_root_certs.cc', |
| 373 'cert/test_root_certs.h', | 372 'cert/test_root_certs.h', |
| 374 'cert/test_root_certs_android.cc', | 373 'cert/test_root_certs_android.cc', |
| 375 'cert/test_root_certs_mac.cc', | 374 'cert/test_root_certs_mac.cc', |
| 376 'cert/test_root_certs_nss.cc', | 375 'cert/test_root_certs_nss.cc', |
| 377 'cert/test_root_certs_openssl.cc', | 376 'cert/test_root_certs_openssl.cc', |
| 378 'cert/test_root_certs_win.cc', | 377 'cert/test_root_certs_win.cc', |
| 379 'cert/x509_cert_types_mac.cc', | 378 'cert/x509_cert_types_mac.cc', |
| 380 'cert/x509_cert_types_win.cc', | 379 'cert/x509_cert_types_win.cc', |
| (...skipping 1385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1766 ], | 1765 ], |
| 1767 'net_base_mac_ios_sources': [ | 1766 'net_base_mac_ios_sources': [ |
| 1768 'base/mac/url_conversions.h', | 1767 'base/mac/url_conversions.h', |
| 1769 'base/mac/url_conversions.mm', | 1768 'base/mac/url_conversions.mm', |
| 1770 ], | 1769 ], |
| 1771 'net_base_test_mac_ios_sources': [ | 1770 'net_base_test_mac_ios_sources': [ |
| 1772 'base/mac/url_conversions_unittest.mm', | 1771 'base/mac/url_conversions_unittest.mm', |
| 1773 ], | 1772 ], |
| 1774 } | 1773 } |
| 1775 } | 1774 } |
| OLD | NEW |