Index: components/certificate_transparency.gypi |
diff --git a/components/certificate_transparency.gypi b/components/certificate_transparency.gypi |
index 668b60256e2c8d6bc5344354b77b301c847579aa..3cd0545ff0891398486e0dd3e5d1be918e5f71d4 100644 |
--- a/components/certificate_transparency.gypi |
+++ b/components/certificate_transparency.gypi |
@@ -13,13 +13,20 @@ |
], |
'dependencies': [ |
'../base/base.gyp:base', |
+ '../components/components.gyp:prefs', |
'../components/components.gyp:safe_json', |
+ '../components/components.gyp:url_formatter', |
+ '../components/components.gyp:url_matcher', |
'../net/net.gyp:net', |
'../url/url.gyp:url_lib', |
], |
'sources': [ |
+ 'certificate_transparency/ct_policy_manager.cc', |
+ 'certificate_transparency/ct_policy_manager.h', |
'certificate_transparency/log_proof_fetcher.h', |
'certificate_transparency/log_proof_fetcher.cc', |
+ 'certificate_transparency/pref_names.cc', |
+ 'certificate_transparency/pref_names.h', |
'certificate_transparency/single_tree_tracker.cc', |
'certificate_transparency/single_tree_tracker.h', |
'certificate_transparency/tree_state_tracker.h', |