Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1155)

Unified Diff: content/content_browser.gypi

Issue 71633002: Convert SignedCertificateClass to be ref_counted, and add an SCTStore in which to store them. Add S… Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: few lint fixes Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/ssl_status_serialization.cc ('k') | content/public/browser/sct_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 78d811f8fe0b1b17e43cbbb29dc673f8ecd976eb..f092995716e229e41ecbac1f9a10e15ba8ec7969 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -163,6 +163,7 @@
'public/browser/resource_request_info.h',
'public/browser/resource_throttle.h',
'public/browser/save_page_type.h',
+ 'public/browser/sct_store.h',
'public/browser/session_storage_namespace.h',
'public/browser/session_storage_usage_info.h',
'public/browser/site_instance.h',
@@ -732,6 +733,9 @@
'browser/message_port_service.h',
'browser/mime_registry_message_filter.cc',
'browser/mime_registry_message_filter.h',
+ 'browser/renderer_data_memoizing_store.h',
+ 'browser/sct_store_impl.cc',
+ 'browser/sct_store_impl.h',
'browser/service_worker/service_worker_dispatcher_host.h',
'browser/service_worker/service_worker_dispatcher_host.cc',
'browser/service_worker/service_worker_context.h',
@@ -1282,6 +1286,7 @@
['include', '^browser/cert_store_impl\\.cc$'],
['include', '^browser/download/download_create_info\\.cc$'],
['include', '^browser/notification_service_impl\\.cc$'],
+ ['include', '^browser/sct_store_impl\\.cc$'],
['include', '^browser/user_metrics\\.cc$'],
['include', '^browser/web_contents/navigation_entry_impl\\.cc$'],
],
« no previous file with comments | « content/common/ssl_status_serialization.cc ('k') | content/public/browser/sct_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698