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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 'cert/cert_verify_result.h', | 74 'cert/cert_verify_result.h', |
75 'cert/crl_set.cc', | 75 'cert/crl_set.cc', |
76 'cert/crl_set.h', | 76 'cert/crl_set.h', |
77 'cert/ct_verifier.h', | 77 'cert/ct_verifier.h', |
78 'cert/ct_verify_result.cc', | 78 'cert/ct_verify_result.cc', |
79 'cert/ct_verify_result.h', | 79 'cert/ct_verify_result.h', |
80 'cert/internal/extended_key_usage.cc', | 80 'cert/internal/extended_key_usage.cc', |
81 'cert/internal/extended_key_usage.h', | 81 'cert/internal/extended_key_usage.h', |
82 'cert/internal/signature_algorithm.cc', | 82 'cert/internal/signature_algorithm.cc', |
83 'cert/internal/signature_algorithm.h', | 83 'cert/internal/signature_algorithm.h', |
| 84 'cert/internal/signature_policy.cc', |
| 85 'cert/internal/signature_policy.h', |
84 'cert/internal/verify_name_match.cc', | 86 'cert/internal/verify_name_match.cc', |
85 'cert/internal/verify_name_match.h', | 87 'cert/internal/verify_name_match.h', |
86 'cert/internal/verify_signed_data.cc', | 88 'cert/internal/verify_signed_data.cc', |
87 'cert/internal/verify_signed_data.h', | 89 'cert/internal/verify_signed_data.h', |
88 'cert/pem_tokenizer.cc', | 90 'cert/pem_tokenizer.cc', |
89 'cert/pem_tokenizer.h', | 91 'cert/pem_tokenizer.h', |
90 'cert/sha256_legacy_support_nss_win.cc', | 92 'cert/sha256_legacy_support_nss_win.cc', |
91 'cert/sha256_legacy_support_openssl_win.cc', | 93 'cert/sha256_legacy_support_openssl_win.cc', |
92 'cert/sha256_legacy_support_win.cc', | 94 'cert/sha256_legacy_support_win.cc', |
93 'cert/sha256_legacy_support_win.h', | 95 'cert/sha256_legacy_support_win.h', |
(...skipping 1771 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1865 'README.md', | 1867 'README.md', |
1866 'docs/bug-triage.md', | 1868 'docs/bug-triage.md', |
1867 'docs/bug-triage-labels.md', | 1869 'docs/bug-triage-labels.md', |
1868 'docs/bug-triage-suggested-workflow.md', | 1870 'docs/bug-triage-suggested-workflow.md', |
1869 'docs/life-of-a-url-request.md', | 1871 'docs/life-of-a-url-request.md', |
1870 'sdch/README.md', | 1872 'sdch/README.md', |
1871 ], | 1873 ], |
1872 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1874 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
1873 } | 1875 } |
1874 } | 1876 } |
OLD | NEW |