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

Unified Diff: content/content_browser.gypi

Issue 411283002: Remove disable-embedded-shared-worker flag and shared worker process related codes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 5 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/content.gyp ('k') | content/content_shell.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 5f8148c24022c6ccc6bd7f6fb39872781c38f33c..5dfc779cf427f5ae8228ab807c6cb8405a5d3ae9 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -445,10 +445,6 @@
'browser/devtools/renderer_overrides_handler.h',
'browser/devtools/tethering_handler.h',
'browser/devtools/tethering_handler.cc',
- 'browser/devtools/worker_devtools_manager.cc',
- 'browser/devtools/worker_devtools_manager.h',
- 'browser/devtools/worker_devtools_message_filter.cc',
- 'browser/devtools/worker_devtools_message_filter.h',
'browser/device_monitor_mac.h',
'browser/device_monitor_mac.mm',
'browser/device_monitor_udev.cc',
@@ -1177,6 +1173,10 @@
'browser/shared_worker/shared_worker_message_filter.h',
'browser/shared_worker/shared_worker_service_impl.cc',
'browser/shared_worker/shared_worker_service_impl.h',
+ 'browser/shared_worker/worker_document_set.cc',
+ 'browser/shared_worker/worker_document_set.h',
+ 'browser/shared_worker/worker_storage_partition.cc',
+ 'browser/shared_worker/worker_storage_partition.h',
'browser/signed_certificate_timestamp_store_impl.cc',
'browser/signed_certificate_timestamp_store_impl.h',
'browser/site_instance_impl.cc',
@@ -1327,16 +1327,6 @@
'browser/webui/web_ui_impl.cc',
'browser/webui/web_ui_impl.h',
'browser/webui/web_ui_message_handler.cc',
- 'browser/worker_host/worker_document_set.cc',
- 'browser/worker_host/worker_document_set.h',
- 'browser/worker_host/worker_message_filter.cc',
- 'browser/worker_host/worker_message_filter.h',
- 'browser/worker_host/worker_process_host.cc',
- 'browser/worker_host/worker_process_host.h',
- 'browser/worker_host/worker_service_impl.cc',
- 'browser/worker_host/worker_service_impl.h',
- 'browser/worker_host/worker_storage_partition.cc',
- 'browser/worker_host/worker_storage_partition.h',
'browser/zygote_host/zygote_host_impl_linux.cc',
'browser/zygote_host/zygote_host_impl_linux.h',
'zygote/zygote_linux.cc',
« no previous file with comments | « content/content.gyp ('k') | content/content_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698