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

Unified Diff: content/content_child.gypi

Issue 1810193002: Fix effective Origin URLs for IDB + Cache for file:/// pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Factor out origin->GURL conversion helper Created 4 years, 9 months 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 | « content/child/storage_util.cc ('k') | content/renderer/renderer_blink_platform_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_child.gypi
diff --git a/content/content_child.gypi b/content/content_child.gypi
index 8dee48a1b263eaa6090583d106a829c3cb8bcb46..eb92f420871faae267844ab5d18fcba637fc285e 100644
--- a/content/content_child.gypi
+++ b/content/content_child.gypi
@@ -219,10 +219,6 @@
'child/scoped_child_process_reference.cc',
'child/scoped_child_process_reference.h',
'child/scoped_web_callbacks.h',
- 'child/shared_memory_data_consumer_handle.cc',
- 'child/shared_memory_data_consumer_handle.h',
- 'child/shared_memory_received_data_factory.cc',
- 'child/shared_memory_received_data_factory.h',
'child/service_worker/service_worker_dispatcher.cc',
'child/service_worker/service_worker_dispatcher.h',
'child/service_worker/service_worker_handle_reference.cc',
@@ -241,12 +237,18 @@
'child/service_worker/web_service_worker_provider_impl.h',
'child/service_worker/web_service_worker_registration_impl.cc',
'child/service_worker/web_service_worker_registration_impl.h',
+ 'child/shared_memory_data_consumer_handle.cc',
+ 'child/shared_memory_data_consumer_handle.h',
+ 'child/shared_memory_received_data_factory.cc',
+ 'child/shared_memory_received_data_factory.h',
'child/shared_worker_devtools_agent.cc',
'child/shared_worker_devtools_agent.h',
'child/simple_webmimeregistry_impl.cc',
'child/simple_webmimeregistry_impl.h',
'child/site_isolation_stats_gatherer.cc',
'child/site_isolation_stats_gatherer.h',
+ 'child/storage_util.cc',
+ 'child/storage_util.h',
'child/sync_load_response.cc',
'child/sync_load_response.h',
'child/thread_safe_sender.cc',
« no previous file with comments | « content/child/storage_util.cc ('k') | content/renderer/renderer_blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698