Index: content/content_browser.gypi |
diff --git a/content/content_browser.gypi b/content/content_browser.gypi |
index b95c14e8b7988118cc20c0e4857c5734dd4e51fe..ac06a9de31df23eabf67914662edd675a633b92f 100644 |
--- a/content/content_browser.gypi |
+++ b/content/content_browser.gypi |
@@ -151,6 +151,7 @@ |
'public/browser/speech_recognition_session_config.h', |
'public/browser/speech_recognition_session_context.cc', |
'public/browser/speech_recognition_session_context.h', |
+ 'public/browser/storage_partition.h', |
'public/browser/trace_controller.h', |
'public/browser/trace_subscriber.h', |
'public/browser/user_metrics.h', |
@@ -748,12 +749,12 @@ |
'browser/ssl/ssl_policy_backend.h', |
'browser/ssl/ssl_policy.cc', |
'browser/ssl/ssl_policy.h', |
- 'browser/storage_partition.cc', |
- 'browser/storage_partition.h', |
- 'browser/storage_partition_map.cc', |
- 'browser/storage_partition_map.h', |
'browser/ssl/ssl_request_info.cc', |
'browser/ssl/ssl_request_info.h', |
+ 'browser/storage_partition_impl.cc', |
+ 'browser/storage_partition_impl.h', |
+ 'browser/storage_partition_impl_map.cc', |
+ 'browser/storage_partition_impl_map.h', |
'browser/system_message_window_win.cc', |
'browser/system_message_window_win.h', |
'browser/tcmalloc_internals_request_job.cc', |