| Index: content/content_common_mojo_bindings.gyp
|
| diff --git a/content/content_common_mojo_bindings.gyp b/content/content_common_mojo_bindings.gyp
|
| index a174591eabbb52ac18f7c563c9c5b4970359eb87..2f0ae7444dd8625f44ef91c94fbe615a3bf05b8e 100644
|
| --- a/content/content_common_mojo_bindings.gyp
|
| +++ b/content/content_common_mojo_bindings.gyp
|
| @@ -15,6 +15,8 @@
|
| 'common/background_sync_service.mojom',
|
| 'common/geolocation_service.mojom',
|
| 'common/image_downloader/image_downloader.mojom',
|
| + 'common/installedapp/related_application.mojom',
|
| + 'common/installedapp/installed_app_provider.mojom',
|
| 'common/leveldb_wrapper.mojom',
|
| 'common/permission_service.mojom',
|
| 'common/presentation/presentation_service.mojom',
|
| @@ -42,7 +44,7 @@
|
| '../skia/skia.gyp:skia_mojo',
|
| '../ui/mojo/geometry/mojo_bindings.gyp:mojo_geometry_bindings',
|
| ],
|
| - 'includes': [ '../mojo/mojom_bindings_generator_explicit.gypi' ],
|
| + 'includes': [ '../mojo/mojom_bindings_generator_explicit.gypi' ],
|
| },
|
| {
|
| 'target_name': 'content_common_mojo_bindings',
|
|
|