OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'use_tracing_cache_backend%': 0, | 10 'use_tracing_cache_backend%': 0, |
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
274 'cert/ct_known_logs.h', | 274 'cert/ct_known_logs.h', |
275 'cert/ct_log_verifier.cc', | 275 'cert/ct_log_verifier.cc', |
276 'cert/ct_log_verifier.h', | 276 'cert/ct_log_verifier.h', |
277 'cert/ct_log_verifier_nss.cc', | 277 'cert/ct_log_verifier_nss.cc', |
278 'cert/ct_log_verifier_openssl.cc', | 278 'cert/ct_log_verifier_openssl.cc', |
279 'cert/ct_objects_extractor.h', | 279 'cert/ct_objects_extractor.h', |
280 'cert/ct_objects_extractor_nss.cc', | 280 'cert/ct_objects_extractor_nss.cc', |
281 'cert/ct_objects_extractor_openssl.cc', | 281 'cert/ct_objects_extractor_openssl.cc', |
282 'cert/ct_serialization.cc', | 282 'cert/ct_serialization.cc', |
283 'cert/ct_serialization.h', | 283 'cert/ct_serialization.h', |
| 284 'cert/ct_signed_certificate_timestamp_log_param.cc', |
| 285 'cert/ct_signed_certificate_timestamp_log_param.h', |
284 'cert/ct_verifier.h', | 286 'cert/ct_verifier.h', |
285 'cert/ct_verify_result.cc', | 287 'cert/ct_verify_result.cc', |
286 'cert/ct_verify_result.h', | 288 'cert/ct_verify_result.h', |
287 'cert/ev_root_ca_metadata.cc', | 289 'cert/ev_root_ca_metadata.cc', |
288 'cert/ev_root_ca_metadata.h', | 290 'cert/ev_root_ca_metadata.h', |
289 'cert/jwk_serializer_nss.cc', | 291 'cert/jwk_serializer_nss.cc', |
290 'cert/jwk_serializer_openssl.cc', | 292 'cert/jwk_serializer_openssl.cc', |
291 'cert/jwk_serializer.h', | 293 'cert/jwk_serializer.h', |
292 'cert/multi_log_ct_verifier.cc', | 294 'cert/multi_log_ct_verifier.cc', |
293 'cert/multi_log_ct_verifier.h', | 295 'cert/multi_log_ct_verifier.h', |
(...skipping 2774 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3068 'net_unittests.isolate', | 3070 'net_unittests.isolate', |
3069 ], | 3071 ], |
3070 'sources': [ | 3072 'sources': [ |
3071 'net_unittests.isolate', | 3073 'net_unittests.isolate', |
3072 ], | 3074 ], |
3073 }, | 3075 }, |
3074 ], | 3076 ], |
3075 }], | 3077 }], |
3076 ], | 3078 ], |
3077 } | 3079 } |
OLD | NEW |