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

Unified Diff: content/content_common.gypi

Issue 118103002: Add IPC stubs between browser and ServiceWorker's worker context in the child process (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 621748a331321b28075bcd3e381e06edfc6a3a32..ba6276d7fa0af1220dbe362a2aed8ea95115d812 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -314,7 +314,6 @@
'common/message_router.cc',
'common/message_router.h',
'common/mime_registry_messages.h',
- 'common/service_worker_messages.h',
'common/navigation_gesture.h',
'common/net/url_fetcher.cc',
'common/net/url_request_user_data.cc',
@@ -371,6 +370,9 @@
'common/sandbox_win.h',
'common/savable_url_schemes.cc',
'common/savable_url_schemes.h',
+ 'common/service_worker_interfaces.cc',
+ 'common/service_worker_interfaces.h',
+ 'common/service_worker_messages.h',
'common/set_process_title.cc',
'common/set_process_title.h',
'common/set_process_title_linux.cc',

Powered by Google App Engine
This is Rietveld 408576698