| Index: content/content_common_mojo_bindings.gyp
|
| diff --git a/content/content_common_mojo_bindings.gyp b/content/content_common_mojo_bindings.gyp
|
| index 9807cab4e94249c2cb0b3827525188a126688aae..af54c70dae601dccf3a0528ea04a3547206df7ad 100644
|
| --- a/content/content_common_mojo_bindings.gyp
|
| +++ b/content/content_common_mojo_bindings.gyp
|
| @@ -5,6 +5,27 @@
|
| {
|
| 'targets': [
|
| {
|
| + # GN version: //content/common:mojo_bindings_blink
|
| + 'target_name': 'content_common_mojo_bindings_blink_mojom',
|
| + 'type': 'none',
|
| + 'variables': {
|
| + 'mojom_files': [
|
| + # NOTE: Sources duplicated in
|
| + # //content/common/BUILD.gn:mojo_bindings_blink.
|
| + 'common/notification_service_worker_client.mojom',
|
| +
|
| + # NOTE: Sources duplicated in
|
| + # //content/public/common/BUILD.gn:mojo_bindings_blink.
|
| + 'public/common/service_worker_event_status.mojom',
|
| + ],
|
| + 'for_blink': 'true',
|
| + },
|
| + 'dependencies': [
|
| + '../third_party/WebKit/public/blink.gyp:mojo_bindings',
|
| + ],
|
| + 'includes': [ '../mojo/mojom_bindings_generator_explicit.gypi' ],
|
| + },
|
| + {
|
| # GN version: //content/common:mojo_bindings
|
| 'target_name': 'content_common_mojo_bindings_mojom',
|
| 'type': 'none',
|
| @@ -15,6 +36,7 @@
|
| 'common/background_sync_service.mojom',
|
| 'common/image_downloader/image_downloader.mojom',
|
| 'common/leveldb_wrapper.mojom',
|
| + 'common/notification_service_worker_client.mojom',
|
| 'common/presentation/presentation_service.mojom',
|
| 'common/process_control.mojom',
|
| 'common/render_frame_setup.mojom',
|
| @@ -50,6 +72,7 @@
|
| },
|
| 'dependencies': [
|
| '../url/url.gyp:url_mojom',
|
| + 'content_common_mojo_bindings_blink_mojom',
|
| 'content_common_mojo_bindings_mojom',
|
| ],
|
| 'export_dependent_settings': [
|
|
|