| 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 1299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1310 'cert/multi_threaded_cert_verifier_unittest.cc', | 1310 'cert/multi_threaded_cert_verifier_unittest.cc', |
| 1311 'cert/nss_cert_database_chromeos_unittest.cc', | 1311 'cert/nss_cert_database_chromeos_unittest.cc', |
| 1312 'cert/nss_cert_database_unittest.cc', | 1312 'cert/nss_cert_database_unittest.cc', |
| 1313 'cert/nss_profile_filter_chromeos_unittest.cc', | 1313 'cert/nss_profile_filter_chromeos_unittest.cc', |
| 1314 'cert/pem_tokenizer_unittest.cc', | 1314 'cert/pem_tokenizer_unittest.cc', |
| 1315 'cert/sha256_legacy_support_win_unittest.cc', | 1315 'cert/sha256_legacy_support_win_unittest.cc', |
| 1316 'cert/signed_certificate_timestamp_unittest.cc', | 1316 'cert/signed_certificate_timestamp_unittest.cc', |
| 1317 'cert/test_root_certs_unittest.cc', | 1317 'cert/test_root_certs_unittest.cc', |
| 1318 'cert/x509_cert_types_unittest.cc', | 1318 'cert/x509_cert_types_unittest.cc', |
| 1319 'cert/x509_certificate_unittest.cc', | 1319 'cert/x509_certificate_unittest.cc', |
| 1320 'cert/x509_util_nss_unittest.cc', | |
| 1321 'cert/x509_util_openssl_unittest.cc', | 1320 'cert/x509_util_openssl_unittest.cc', |
| 1322 'cert/x509_util_unittest.cc', | 1321 'cert/x509_util_unittest.cc', |
| 1323 'cert_net/cert_net_fetcher_impl_unittest.cc', | 1322 'cert_net/cert_net_fetcher_impl_unittest.cc', |
| 1324 'cert_net/nss_ocsp_unittest.cc', | 1323 'cert_net/nss_ocsp_unittest.cc', |
| 1325 'cookies/canonical_cookie_unittest.cc', | 1324 'cookies/canonical_cookie_unittest.cc', |
| 1326 'cookies/cookie_constants_unittest.cc', | 1325 'cookies/cookie_constants_unittest.cc', |
| 1327 'cookies/cookie_monster_unittest.cc', | 1326 'cookies/cookie_monster_unittest.cc', |
| 1328 'cookies/cookie_store_unittest.h', | 1327 'cookies/cookie_store_unittest.h', |
| 1329 'cookies/cookie_util_unittest.cc', | 1328 'cookies/cookie_util_unittest.cc', |
| 1330 'cookies/parsed_cookie_unittest.cc', | 1329 'cookies/parsed_cookie_unittest.cc', |
| (...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1786 'base/mac/url_conversions_unittest.mm', | 1785 'base/mac/url_conversions_unittest.mm', |
| 1787 ], | 1786 ], |
| 1788 'net_docs_script': 'tools/net_docs/net_docs.py', | 1787 'net_docs_script': 'tools/net_docs/net_docs.py', |
| 1789 'net_docs_sources': [ | 1788 'net_docs_sources': [ |
| 1790 'README.md', | 1789 'README.md', |
| 1791 'sdch/README.md', | 1790 'sdch/README.md', |
| 1792 ], | 1791 ], |
| 1793 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1792 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
| 1794 } | 1793 } |
| 1795 } | 1794 } |
| OLD | NEW |