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

Unified Diff: content/content_browser.gypi

Issue 72333007: Add an SignedCertificateTimetampStore, making SignedCertificateTimestamp be refcounted to aid. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@piecewise
Patch Set: Fixes for agl. 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
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 4166447031216ee60d52ea92e23de8aec36fdb50..375050c3ce63c70ee20c2568236e9ff0e41df59e 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -166,6 +166,7 @@
'public/browser/save_page_type.h',
'public/browser/session_storage_namespace.h',
'public/browser/session_storage_usage_info.h',
+ 'public/browser/signed_certificate_timestamp_store.h',
'public/browser/site_instance.h',
'public/browser/speech_recognition_event_listener.h',
'public/browser/speech_recognition_manager.h',
@@ -744,6 +745,8 @@
'browser/service_worker/service_worker_registration.h',
'browser/service_worker/service_worker_version.cc',
'browser/service_worker/service_worker_version.h',
+ 'browser/signed_certificate_timestamp_store_impl.cc',
sky 2013/11/19 20:24:21 nit: sort
wtc 2013/11/19 21:41:44 Scott: could you clarify? This file seems to be li
sky 2013/11/19 22:41:47 Looks like all the browser/service_worker files ar
wtc 2013/11/19 23:02:39 I got it now. You were referring to browser/signed
alcutter 2013/11/20 12:53:29 Moved my additions as well as the existing service
+ 'browser/signed_certificate_timestamp_store_impl.h',
'browser/net/browser_online_state_observer.cc',
'browser/net/browser_online_state_observer.h',
'browser/net/sqlite_persistent_cookie_store.cc',
@@ -1290,6 +1293,7 @@
['include', '^browser/cert_store_impl\\.cc$'],
['include', '^browser/download/download_create_info\\.cc$'],
['include', '^browser/notification_service_impl\\.cc$'],
+ ['include', '^browser/signed_certificate_timestamp_store_impl\\.cc$'],
['include', '^browser/user_metrics\\.cc$'],
['include', '^browser/web_contents/navigation_entry_impl\\.cc$'],
],

Powered by Google App Engine
This is Rietveld 408576698