summaryrefslogtreecommitdiffstats
path: root/content/content_browser.gypi
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-12 20:51:42 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-12 20:51:42 +0000
commitb59c6cf0628b7eaa194f0204e9d8f8e78496a60d (patch)
tree3128dc33635e6f551215c7b998ce120e452f1258 /content/content_browser.gypi
parent4fd8afbe39b2f894c21d58ac12602f53d9896dcf (diff)
downloadchromium_src-b59c6cf0628b7eaa194f0204e9d8f8e78496a60d.zip
chromium_src-b59c6cf0628b7eaa194f0204e9d8f8e78496a60d.tar.gz
chromium_src-b59c6cf0628b7eaa194f0204e9d8f8e78496a60d.tar.bz2
Add Content API around CertStore.
BUG=98716 Review URL: https://chromiumcodereview.appspot.com/9691003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126215 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_browser.gypi')
-rw-r--r--content/content_browser.gypi5
1 files changed, 3 insertions, 2 deletions
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 20a48208..4733a36 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -43,6 +43,7 @@
'public/browser/browser_url_handler.h',
'public/browser/browser_thread.h',
'public/browser/browser_thread_delegate.h',
+ 'public/browser/cert_store.h',
'public/browser/child_process_data.h',
'public/browser/child_process_security_policy.h',
'public/browser/content_browser_client.h',
@@ -187,8 +188,8 @@
'browser/browser_url_handler_impl.h',
'browser/browsing_instance.cc',
'browser/browsing_instance.h',
- 'browser/cert_store.cc',
- 'browser/cert_store.h',
+ 'browser/cert_store_impl.cc',
+ 'browser/cert_store_impl.h',
'browser/child_process_launcher.cc',
'browser/child_process_launcher.h',
'browser/child_process_security_policy_impl.cc',