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

Unified Diff: chrome/chrome_browser.gypi

Issue 1440303002: Componentize SecurityStateModel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: android/cros fixes Created 5 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 | « chrome/browser/ui/website_settings/website_settings_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 96acbc1b00643e0c8c20cbb665917371d8cd1f67..beca9c717833b9f5583b72958e3149038f4d0484 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2785,7 +2785,8 @@
'browser/ssl/chrome_ssl_host_state_delegate_factory.h',
'browser/ssl/common_name_mismatch_handler.cc',
'browser/ssl/common_name_mismatch_handler.h',
- 'browser/ssl/security_state_model.cc',
+ 'browser/ssl/chrome_security_state_model_delegate.cc',
+ 'browser/ssl/chrome_security_state_model_delegate.h',
'browser/ssl/security_state_model.h',
'browser/ssl/security_state_model_android.cc',
'browser/ssl/security_state_model_android.h',
@@ -3232,6 +3233,7 @@
'../components/components.gyp:proxy_config',
'../components/components.gyp:safe_browsing_db',
'../components/components.gyp:safe_json',
+ '../components/components.gyp:security_state',
'../components/components.gyp:sessions_content',
'../components/components.gyp:storage_monitor',
'../components/components.gyp:ssl_config',
« no previous file with comments | « chrome/browser/ui/website_settings/website_settings_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698