| Index: content/content_browser.gypi
|
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi
|
| index f57117cc3d75e0663509ba85ec17dd8fa755e460..1a95cdac97eebe7e4448f61c3ff606fc44b49202 100644
|
| --- a/content/content_browser.gypi
|
| +++ b/content/content_browser.gypi
|
| @@ -203,6 +203,8 @@
|
| 'public/browser/speech_recognition_session_config.h',
|
| 'public/browser/speech_recognition_session_context.cc',
|
| 'public/browser/speech_recognition_session_context.h',
|
| + 'public/browser/ssl_host_state.cc',
|
| + 'public/browser/ssl_host_state.h',
|
| 'public/browser/ssl_host_state_delegate.h',
|
| 'public/browser/storage_partition.h',
|
| 'public/browser/stream_handle.h',
|
| @@ -1223,8 +1225,6 @@
|
| 'browser/ssl/ssl_client_auth_handler.h',
|
| 'browser/ssl/ssl_error_handler.cc',
|
| 'browser/ssl/ssl_error_handler.h',
|
| - 'browser/ssl/ssl_host_state.cc',
|
| - 'browser/ssl/ssl_host_state.h',
|
| 'browser/ssl/ssl_manager.cc',
|
| 'browser/ssl/ssl_manager.h',
|
| 'browser/ssl/ssl_policy_backend.cc',
|
|
|