| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 import("//build/buildflag_header.gni") | 5 import("//build/buildflag_header.gni") |
| 6 import("//build/config/chromecast_build.gni") | 6 import("//build/config/chromecast_build.gni") |
| 7 import("//build/config/compiler/compiler.gni") | 7 import("//build/config/compiler/compiler.gni") |
| 8 import("//build/config/crypto.gni") | 8 import("//build/config/crypto.gni") |
| 9 import("//build/config/features.gni") | 9 import("//build/config/features.gni") |
| 10 import("//build/config/ui.gni") | 10 import("//build/config/ui.gni") |
| (...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 503 "cert/cert_database_android.cc", | 503 "cert/cert_database_android.cc", |
| 504 "cert/cert_database_ios.cc", | 504 "cert/cert_database_ios.cc", |
| 505 "cert/cert_database_mac.cc", | 505 "cert/cert_database_mac.cc", |
| 506 "cert/cert_database_nss.cc", | 506 "cert/cert_database_nss.cc", |
| 507 "cert/cert_database_win.cc", | 507 "cert/cert_database_win.cc", |
| 508 "cert/cert_net_fetcher.h", | 508 "cert/cert_net_fetcher.h", |
| 509 "cert/cert_verify_proc.cc", | 509 "cert/cert_verify_proc.cc", |
| 510 "cert/cert_verify_proc.h", | 510 "cert/cert_verify_proc.h", |
| 511 "cert/cert_verify_proc_android.cc", | 511 "cert/cert_verify_proc_android.cc", |
| 512 "cert/cert_verify_proc_android.h", | 512 "cert/cert_verify_proc_android.h", |
| 513 "cert/cert_verify_proc_builtin.cc", |
| 514 "cert/cert_verify_proc_builtin.h", |
| 513 "cert/cert_verify_proc_ios.cc", | 515 "cert/cert_verify_proc_ios.cc", |
| 514 "cert/cert_verify_proc_ios.h", | 516 "cert/cert_verify_proc_ios.h", |
| 515 "cert/cert_verify_proc_mac.cc", | 517 "cert/cert_verify_proc_mac.cc", |
| 516 "cert/cert_verify_proc_mac.h", | 518 "cert/cert_verify_proc_mac.h", |
| 517 "cert/cert_verify_proc_nss.cc", | 519 "cert/cert_verify_proc_nss.cc", |
| 518 "cert/cert_verify_proc_nss.h", | 520 "cert/cert_verify_proc_nss.h", |
| 519 "cert/cert_verify_proc_openssl.cc", | 521 "cert/cert_verify_proc_openssl.cc", |
| 520 "cert/cert_verify_proc_openssl.h", | 522 "cert/cert_verify_proc_openssl.h", |
| 521 "cert/cert_verify_proc_whitelist.cc", | 523 "cert/cert_verify_proc_whitelist.cc", |
| 522 "cert/cert_verify_proc_whitelist.h", | 524 "cert/cert_verify_proc_whitelist.h", |
| (...skipping 5181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5704 "tools/transport_security_state_generator/trie/trie_writer.cc", | 5706 "tools/transport_security_state_generator/trie/trie_writer.cc", |
| 5705 "tools/transport_security_state_generator/trie/trie_writer.h", | 5707 "tools/transport_security_state_generator/trie/trie_writer.h", |
| 5706 ] | 5708 ] |
| 5707 deps = [ | 5709 deps = [ |
| 5708 "//base", | 5710 "//base", |
| 5709 "//crypto", | 5711 "//crypto", |
| 5710 "//third_party/boringssl", | 5712 "//third_party/boringssl", |
| 5711 ] | 5713 ] |
| 5712 } | 5714 } |
| 5713 } | 5715 } |
| OLD | NEW |