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

Unified Diff: content/content_child.gypi

Issue 25008006: Flush out initial [un]registerServiceWorker roundtrip (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix workerid Created 7 years, 2 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 3fb005c38419edff48adb3fd14f744e5c5408c12..2dd6971c8055d4e1555050b65cb1eb09fff0c427 100644
--- a/content/content_child.gypi
+++ b/content/content_child.gypi
@@ -64,6 +64,14 @@
'child/indexed_db/proxy_webidbdatabase_impl.h',
'child/indexed_db/proxy_webidbfactory_impl.cc',
'child/indexed_db/proxy_webidbfactory_impl.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/web_service_worker_proxy.cc',
+ 'child/service_worker/web_service_worker_proxy.h',
+ 'child/service_worker/web_service_worker_registry_proxy.cc',
+ 'child/service_worker/web_service_worker_registry_proxy.h',
kinuko 2013/10/04 14:55:48 I think these *_proxy.{cc,h} files should be named
michaeln 2013/10/04 20:36:45 +1, filename and classname should match one anothe
'child/npapi/np_channel_base.cc',
'child/npapi/np_channel_base.h',
'child/npapi/npobject_base.h',

Powered by Google App Engine
This is Rietveld 408576698