| 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..e83a35b8fd535a18784d21b9bd085c1205d393cc 100644
|
| --- a/content/content_common_mojo_bindings.gyp
|
| +++ b/content/content_common_mojo_bindings.gyp
|
| @@ -12,6 +12,7 @@
|
| 'mojom_files': [
|
| # NOTE: Sources duplicated in //content/common/BUILD.gn:mojo_bindings.
|
| 'common/application_setup.mojom',
|
| + 'common/background_sync_service.mojom',
|
| 'common/geolocation_service.mojom',
|
| 'common/permission_service.mojom',
|
| 'common/presentation/presentation_service.mojom',
|
| @@ -19,6 +20,7 @@
|
|
|
| # 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',
|
| ],
|
|
|