| Index: components/certificate_transparency/BUILD.gn
|
| diff --git a/components/certificate_transparency/BUILD.gn b/components/certificate_transparency/BUILD.gn
|
| index 0de37d22ac4224f1dd129086c8d5a87bed2a53a9..35f1bf2f87c9150a8134d07674c8a41fbefad3b1 100644
|
| --- a/components/certificate_transparency/BUILD.gn
|
| +++ b/components/certificate_transparency/BUILD.gn
|
| @@ -4,8 +4,12 @@
|
|
|
| source_set("certificate_transparency") {
|
| sources = [
|
| + "ct_policy_manager.cc",
|
| + "ct_policy_manager.h",
|
| "log_proof_fetcher.cc",
|
| "log_proof_fetcher.h",
|
| + "pref_names.cc",
|
| + "pref_names.h",
|
| "single_tree_tracker.cc",
|
| "single_tree_tracker.h",
|
| "tree_state_tracker.cc",
|
| @@ -14,7 +18,11 @@ source_set("certificate_transparency") {
|
|
|
| deps = [
|
| "//base",
|
| + "//components/pref_registry",
|
| + "//components/prefs",
|
| "//components/safe_json",
|
| + "//components/url_formatter",
|
| + "//components/url_matcher",
|
| "//net",
|
| "//url",
|
| ]
|
|
|