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

Unified Diff: content/content_common_mojo_bindings.gyp

Issue 2227593002: ServiceWorker: Implement StartWorker by using mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 4 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_common_mojo_bindings.gyp
diff --git a/content/content_common_mojo_bindings.gyp b/content/content_common_mojo_bindings.gyp
index 129b2a395c506a027cfe1ffc918a0edfb5136fbc..89d1dc476eb78ac44786a0c01576dab885524263 100644
--- a/content/content_common_mojo_bindings.gyp
+++ b/content/content_common_mojo_bindings.gyp
@@ -16,9 +16,11 @@
'common/leveldb_wrapper.mojom',
'common/process_control.mojom',
'common/render_frame_message_filter.mojom',
+ 'common/service_worker/embedded_worker.mojom',
'common/service_worker/embedded_worker_setup.mojom',
'common/storage_partition_service.mojom',
'common/websocket.mojom',
+ 'public/common/web_preferences.mojom',
'../third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom',
],
'mojom_typemaps': [

Powered by Google App Engine
This is Rietveld 408576698