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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
250 'cert/cert_database_win.cc', | 250 'cert/cert_database_win.cc', |
251 'cert/cert_status_flags.cc', | 251 'cert/cert_status_flags.cc', |
252 'cert/cert_status_flags.h', | 252 'cert/cert_status_flags.h', |
253 'cert/cert_trust_anchor_provider.h', | 253 'cert/cert_trust_anchor_provider.h', |
254 'cert/cert_verifier.cc', | 254 'cert/cert_verifier.cc', |
255 'cert/cert_verifier.h', | 255 'cert/cert_verifier.h', |
256 'cert/cert_verify_proc.cc', | 256 'cert/cert_verify_proc.cc', |
257 'cert/cert_verify_proc.h', | 257 'cert/cert_verify_proc.h', |
258 'cert/cert_verify_proc_android.cc', | 258 'cert/cert_verify_proc_android.cc', |
259 'cert/cert_verify_proc_android.h', | 259 'cert/cert_verify_proc_android.h', |
| 260 'cert/cert_verify_proc_chromeos.cc', |
| 261 'cert/cert_verify_proc_chromeos.h', |
260 'cert/cert_verify_proc_mac.cc', | 262 'cert/cert_verify_proc_mac.cc', |
261 'cert/cert_verify_proc_mac.h', | 263 'cert/cert_verify_proc_mac.h', |
262 'cert/cert_verify_proc_nss.cc', | 264 'cert/cert_verify_proc_nss.cc', |
263 'cert/cert_verify_proc_nss.h', | 265 'cert/cert_verify_proc_nss.h', |
264 'cert/cert_verify_proc_openssl.cc', | 266 'cert/cert_verify_proc_openssl.cc', |
265 'cert/cert_verify_proc_openssl.h', | 267 'cert/cert_verify_proc_openssl.h', |
266 'cert/cert_verify_proc_win.cc', | 268 'cert/cert_verify_proc_win.cc', |
267 'cert/cert_verify_proc_win.h', | 269 'cert/cert_verify_proc_win.h', |
268 'cert/cert_verify_result.cc', | 270 'cert/cert_verify_result.cc', |
269 'cert/cert_verify_result.h', | 271 'cert/cert_verify_result.h', |
(...skipping 2850 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3120 'net_unittests.isolate', | 3122 'net_unittests.isolate', |
3121 ], | 3123 ], |
3122 'sources': [ | 3124 'sources': [ |
3123 'net_unittests.isolate', | 3125 'net_unittests.isolate', |
3124 ], | 3126 ], |
3125 }, | 3127 }, |
3126 ], | 3128 ], |
3127 }], | 3129 }], |
3128 ], | 3130 ], |
3129 } | 3131 } |
OLD | NEW |