| Index: content/common/BUILD.gn
|
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
|
| index ff2cfe9796b6076d5b3e6648e04ea17fc2e45c83..d3ae538c0cc13d4cb2daedf58babda4e290e4bed 100644
|
| --- a/content/common/BUILD.gn
|
| +++ b/content/common/BUILD.gn
|
| @@ -568,6 +568,7 @@ mojom("mojo_bindings") {
|
| "render_widget_window_tree_client_factory.mojom",
|
| "service_worker/embedded_worker.mojom",
|
| "service_worker/embedded_worker_setup.mojom",
|
| + "service_worker/fetch_event_dispatcher.mojom",
|
| "storage_partition_service.mojom",
|
| "url_loader.mojom",
|
| "url_loader_factory.mojom",
|
| @@ -579,6 +580,7 @@ mojom("mojo_bindings") {
|
| "//components/leveldb/public/interfaces",
|
| "//content/public/common:interfaces",
|
| "//device/sensors/public/interfaces",
|
| + "//mojo/common:common_custom_types",
|
| "//services/shell/public/interfaces",
|
| "//services/ui/public/interfaces",
|
| "//skia/public/interfaces",
|
|
|