| Index: content/content_common_mojo_bindings.gyp
|
| diff --git a/content/content_common_mojo_bindings.gyp b/content/content_common_mojo_bindings.gyp
|
| index 5ab1fddc22ee7a318fae34f1d45149211b00ee42..506ed96a6553f4b07dfdfec2296f37c870d9d6df 100644
|
| --- a/content/content_common_mojo_bindings.gyp
|
| +++ b/content/content_common_mojo_bindings.gyp
|
| @@ -13,9 +13,7 @@
|
| # NOTE: Sources duplicated in //content/common/BUILD.gn:mojo_bindings.
|
| 'common/application_setup.mojom',
|
| 'common/background_sync_service.mojom',
|
| - 'common/geolocation_service.mojom',
|
| 'common/image_downloader/image_downloader.mojom',
|
| - 'common/permission_service.mojom',
|
| 'common/presentation/presentation_service.mojom',
|
| 'common/process_control.mojom',
|
| 'common/render_frame_setup.mojom',
|
| @@ -26,8 +24,6 @@
|
| # NOTE: Sources duplicated in
|
| # //content/public/common/BUILD.gn:mojo_bindings.
|
| 'public/common/background_sync.mojom',
|
| - 'public/common/mojo_geoposition.mojom',
|
| - 'public/common/permission_status.mojom',
|
| 'public/common/service_worker_event_status.mojom',
|
| ],
|
| },
|
| @@ -44,6 +40,8 @@
|
| '../skia/skia.gyp:skia_mojo',
|
| '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
|
| '../ui/mojo/geometry/mojo_bindings.gyp:mojo_geometry_bindings',
|
| + '../components/geolocation/public/interfaces/geolocation_interfaces.gyp:components_geolocation_public_interfaces',
|
| + '../components/permission/public/interfaces/permission_interfaces.gyp:components_permission_public_interfaces',
|
| ]
|
| },
|
| ]
|
|
|