OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 | 8 |
9 'linux_link_kerberos%': 0, | 9 'linux_link_kerberos%': 0, |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
63 'base/cert_database.cc', | 63 'base/cert_database.cc', |
64 'base/cert_database.h', | 64 'base/cert_database.h', |
65 'base/cert_database_mac.cc', | 65 'base/cert_database_mac.cc', |
66 'base/cert_database_nss.cc', | 66 'base/cert_database_nss.cc', |
67 'base/cert_database_openssl.cc', | 67 'base/cert_database_openssl.cc', |
68 'base/cert_database_win.cc', | 68 'base/cert_database_win.cc', |
69 'base/cert_status_flags.cc', | 69 'base/cert_status_flags.cc', |
70 'base/cert_status_flags.h', | 70 'base/cert_status_flags.h', |
71 'base/cert_verifier.cc', | 71 'base/cert_verifier.cc', |
72 'base/cert_verifier.h', | 72 'base/cert_verifier.h', |
| 73 'base/cert_verify_proc.cc', |
| 74 'base/cert_verify_proc.h', |
73 'base/cert_verify_result.cc', | 75 'base/cert_verify_result.cc', |
74 'base/cert_verify_result.h', | 76 'base/cert_verify_result.h', |
75 'base/completion_callback.h', | 77 'base/completion_callback.h', |
76 'base/connection_type_histograms.cc', | 78 'base/connection_type_histograms.cc', |
77 'base/connection_type_histograms.h', | 79 'base/connection_type_histograms.h', |
78 'base/crl_set.cc', | 80 'base/crl_set.cc', |
79 'base/crl_set.h', | 81 'base/crl_set.h', |
80 'base/crypto_module.h', | 82 'base/crypto_module.h', |
81 'base/crypto_module_nss.cc', | 83 'base/crypto_module_nss.cc', |
82 'base/crypto_module_openssl.cc', | 84 'base/crypto_module_openssl.cc', |
(...skipping 1776 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1859 'tools/dump_cache/url_to_filename_encoder.cc', | 1861 'tools/dump_cache/url_to_filename_encoder.cc', |
1860 'tools/dump_cache/url_to_filename_encoder.h', | 1862 'tools/dump_cache/url_to_filename_encoder.h', |
1861 'tools/dump_cache/url_utilities.h', | 1863 'tools/dump_cache/url_utilities.h', |
1862 'tools/dump_cache/url_utilities.cc', | 1864 'tools/dump_cache/url_utilities.cc', |
1863 ], | 1865 ], |
1864 }, | 1866 }, |
1865 ], | 1867 ], |
1866 }], | 1868 }], |
1867 ], | 1869 ], |
1868 } | 1870 } |
OLD | NEW |