| Index: content/common/BUILD.gn
|
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
|
| index 3e9cdd60b8ddfcf66ae4af90e44155b1a62804b7..4969a4a69e75626a0f14d2114979a2509e0d3a87 100644
|
| --- a/content/common/BUILD.gn
|
| +++ b/content/common/BUILD.gn
|
| @@ -250,6 +250,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",
|
| @@ -261,6 +262,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",
|
|
|