| Index: content/common/BUILD.gn
|
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
|
| index 7c6f85b370c65018684ea936d8ec20a7f1fb4d1d..363a5a9defd4cc252234836c961f6c91da3e8dd8 100644
|
| --- a/content/common/BUILD.gn
|
| +++ b/content/common/BUILD.gn
|
| @@ -563,6 +563,7 @@ mojom("mojo_bindings") {
|
| "render_message_filter.mojom",
|
| "render_widget_window_tree_client_factory.mojom",
|
| "service_worker/embedded_worker_setup.mojom",
|
| + "service_worker/fetch_event_dispatcher.mojom",
|
| "storage_partition_service.mojom",
|
| "url_loader.mojom",
|
| "url_loader_factory.mojom",
|
| @@ -574,6 +575,7 @@ mojom("mojo_bindings") {
|
| "//components/leveldb/public/interfaces",
|
| "//device/sensors/public/interfaces",
|
| "//device/time_zone_monitor/public/interfaces",
|
| + "//mojo/common:common_custom_types",
|
| "//services/shell/public/interfaces",
|
| "//services/ui/public/interfaces",
|
| "//skia/public/interfaces",
|
|
|