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_data.h', | 274 'cert/ct_known_logs_data.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 2764 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3058 'net_unittests.isolate', | 3060 'net_unittests.isolate', |
3059 ], | 3061 ], |
3060 'sources': [ | 3062 'sources': [ |
3061 'net_unittests.isolate', | 3063 'net_unittests.isolate', |
3062 ], | 3064 ], |
3063 }, | 3065 }, |
3064 ], | 3066 ], |
3065 }], | 3067 }], |
3066 ], | 3068 ], |
3067 } | 3069 } |
OLD | NEW |