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

Unified Diff: content/content_child.gypi

Issue 261533003: Populate .current when navigator.serviceWorker is accessed (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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
Index: content/content_child.gypi
diff --git a/content/content_child.gypi b/content/content_child.gypi
index c46451cf9ef5a21dae56f21e68c3ad84bfea9963..44e5f763b8f8ef2ae7effb1bcdb5a3df4f964ef8 100644
--- a/content/content_child.gypi
+++ b/content/content_child.gypi
@@ -146,12 +146,16 @@
'child/runtime_features.h',
'child/scoped_child_process_reference.cc',
'child/scoped_child_process_reference.h',
+ 'child/service_worker/scoped_service_worker_reference.cc',
+ 'child/service_worker/scoped_service_worker_reference.h',
'child/service_worker/service_worker_dispatcher.cc',
'child/service_worker/service_worker_dispatcher.h',
'child/service_worker/service_worker_message_filter.cc',
'child/service_worker/service_worker_message_filter.h',
'child/service_worker/service_worker_network_provider.cc',
'child/service_worker/service_worker_network_provider.h',
+ 'child/service_worker/service_worker_provider_context.cc',
+ 'child/service_worker/service_worker_provider_context.h',
'child/service_worker/web_service_worker_impl.cc',
'child/service_worker/web_service_worker_impl.h',
'child/service_worker/web_service_worker_provider_impl.cc',

Powered by Google App Engine
This is Rietveld 408576698