| 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 'cert/cert_policy_enforcer.cc', | 61 'cert/cert_policy_enforcer.cc', |
| 62 'cert/cert_policy_enforcer.h', | 62 'cert/cert_policy_enforcer.h', |
| 63 'cert/cert_status_flags.cc', | 63 'cert/cert_status_flags.cc', |
| 64 'cert/cert_status_flags.h', | 64 'cert/cert_status_flags.h', |
| 65 'cert/cert_verifier.cc', | 65 'cert/cert_verifier.cc', |
| 66 'cert/cert_verifier.h', | 66 'cert/cert_verifier.h', |
| 67 'cert/cert_verify_result.cc', | 67 'cert/cert_verify_result.cc', |
| 68 'cert/cert_verify_result.h', | 68 'cert/cert_verify_result.h', |
| 69 'cert/crl_set.cc', | 69 'cert/crl_set.cc', |
| 70 'cert/crl_set.h', | 70 'cert/crl_set.h', |
| 71 'cert/ct_verifier.cc', |
| 71 'cert/ct_verifier.h', | 72 'cert/ct_verifier.h', |
| 72 'cert/ct_verify_result.cc', | 73 'cert/ct_verify_result.cc', |
| 73 'cert/ct_verify_result.h', | 74 'cert/ct_verify_result.h', |
| 74 'cert/pem_tokenizer.cc', | 75 'cert/pem_tokenizer.cc', |
| 75 'cert/pem_tokenizer.h', | 76 'cert/pem_tokenizer.h', |
| 76 'cert/sha256_legacy_support_nss_win.cc', | 77 'cert/sha256_legacy_support_nss_win.cc', |
| 77 'cert/sha256_legacy_support_openssl_win.cc', | 78 'cert/sha256_legacy_support_openssl_win.cc', |
| 78 'cert/sha256_legacy_support_win.cc', | 79 'cert/sha256_legacy_support_win.cc', |
| 79 'cert/sha256_legacy_support_win.h', | 80 'cert/sha256_legacy_support_win.h', |
| 80 'cert/signed_certificate_timestamp.cc', | 81 'cert/signed_certificate_timestamp.cc', |
| (...skipping 1709 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1790 'base/mac/url_conversions_unittest.mm', | 1791 'base/mac/url_conversions_unittest.mm', |
| 1791 ], | 1792 ], |
| 1792 'net_docs_script': 'tools/net_docs/net_docs.py', | 1793 'net_docs_script': 'tools/net_docs/net_docs.py', |
| 1793 'net_docs_sources': [ | 1794 'net_docs_sources': [ |
| 1794 'README.md', | 1795 'README.md', |
| 1795 'sdch/README.md', | 1796 'sdch/README.md', |
| 1796 ], | 1797 ], |
| 1797 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1798 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
| 1798 } | 1799 } |
| 1799 } | 1800 } |
| OLD | NEW |