| Index: content/common/BUILD.gn
|
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
|
| index 5a383d16874ff892bbc9b9e463926c52769ba79f..ca573cd71a93ed3038be16396f27f4bee18c8a7a 100644
|
| --- a/content/common/BUILD.gn
|
| +++ b/content/common/BUILD.gn
|
| @@ -489,6 +489,7 @@ mojom("mojo_bindings") {
|
| "application_setup.mojom",
|
| "background_sync_service.mojom",
|
| "geolocation_service.mojom",
|
| + "image_downloader/image_downloader.mojom",
|
| "permission_service.mojom",
|
| "presentation/presentation_service.mojom",
|
| "process_control.mojom",
|
| @@ -502,5 +503,7 @@ mojom("mojo_bindings") {
|
| deps = [
|
| "//content/public/common:mojo_bindings",
|
| "//mojo/application/public/interfaces",
|
| + "//skia/public/interfaces",
|
| + "//ui/mojo/geometry:interfaces",
|
| ]
|
| }
|
|
|