| Index: content/content_common_mojo_bindings.gyp
|
| diff --git a/content/content_common_mojo_bindings.gyp b/content/content_common_mojo_bindings.gyp
|
| index e898e6cca4817d4faa238ec47c7b94926d7286bd..6a2f40bec02f4eea6afb89c1e1f1774095801225 100644
|
| --- a/content/content_common_mojo_bindings.gyp
|
| +++ b/content/content_common_mojo_bindings.gyp
|
| @@ -13,6 +13,8 @@
|
| # NOTE: Sources duplicated in //content/common/BUILD.gn:mojo_bindings.
|
| 'common/application_setup.mojom',
|
| 'common/geolocation_service.mojom',
|
| + 'common/image_downloader/image_downloader_types.mojom',
|
| + 'common/image_downloader/image_downloader.mojom',
|
| 'common/permission_service.mojom',
|
| 'common/presentation/presentation_service.mojom',
|
| 'common/render_frame_setup.mojom',
|
| @@ -32,8 +34,10 @@
|
| 'dependencies': [
|
| 'content_common_mojo_bindings_mojom',
|
| '../mojo/mojo_base.gyp:mojo_environment_chromium',
|
| + '../skia/skia.gyp:skia_mojo',
|
| '../third_party/mojo/mojo_public.gyp:mojo_application_bindings',
|
| '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
|
| + '../third_party/mojo_services/mojo_services_public.gyp:mojo_geometry_bindings',
|
| ]
|
| },
|
| ]
|
|
|