Index: content/common/BUILD.gn |
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn |
index 7b5db9e46e170d838320144a8cbb1fa8abb247c6..968e9b9f826d7b41b8aba72a2b9ad4baf9fc16ec 100644 |
--- a/content/common/BUILD.gn |
+++ b/content/common/BUILD.gn |
@@ -244,6 +244,7 @@ mojom("mojo_bindings") { |
"leveldb_wrapper.mojom", |
"render_frame_message_filter.mojom", |
"render_widget_window_tree_client_factory.mojom", |
+ "service_worker/embedded_worker.mojom", |
"service_worker/embedded_worker_setup.mojom", |
"storage_partition_service.mojom", |
"url_loader.mojom", |
@@ -255,6 +256,7 @@ mojom("mojo_bindings") { |
public_deps = [ |
"//components/leveldb/public/interfaces", |
+ "//content/public/common:mojo_bindings", |
"//device/sensors/public/interfaces", |
"//services/shell/public/interfaces", |
"//services/ui/public/interfaces", |