summaryrefslogtreecommitdiffstats
path: root/content/content_browser.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'content/content_browser.gypi')
-rw-r--r--content/content_browser.gypi9
1 files changed, 5 insertions, 4 deletions
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 23178e3..3fcf64d 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -152,6 +152,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',
@@ -749,12 +750,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',