| Index: third_party/WebKit/public/blink.gyp
|
| diff --git a/third_party/WebKit/public/blink.gyp b/third_party/WebKit/public/blink.gyp
|
| index eb8fb5cc4d758ec5da76abb09e873d4187087e9a..bb481a681fd609b00b0da2d9443a031f95921b3d 100644
|
| --- a/third_party/WebKit/public/blink.gyp
|
| +++ b/third_party/WebKit/public/blink.gyp
|
| @@ -34,6 +34,7 @@
|
| 'variables': {
|
| # Duplicated in GN: //third_party/WebKit/public:mojo_bindings
|
| 'blink_mojo_sources': [
|
| + #'../Source/modules/indexeddb/indexed_db.mojom',
|
| 'platform/mime_registry.mojom',
|
| 'platform/modules/background_sync/background_sync.mojom',
|
| 'platform/modules/broadcastchannel/broadcast_channel.mojom',
|
| @@ -48,6 +49,9 @@
|
| 'platform/modules/wake_lock/wake_lock_service.mojom',
|
| 'platform/modules/webshare/webshare.mojom',
|
| ],
|
| + 'blink_mojom_typemaps': [
|
| + #'../Source/modules/indexeddb/indexeddb.typemap',
|
| + ],
|
| # Duplicated in GN: //third_party/WebKit/public:android_mojo_bindings
|
| 'blink_android_mojo_sources': [
|
| 'platform/modules/payments/payment_request.mojom',
|
| @@ -130,6 +134,26 @@
|
| ],
|
| 'for_blink': 'true',
|
| 'use_new_wrapper_types': 'false',
|
| + 'mojom_typemaps': [
|
| + '<@(blink_mojom_typemaps)',
|
| + ],
|
| + },
|
| + 'includes': [
|
| + '../../../mojo/mojom_bindings_generator_explicit.gypi',
|
| + ],
|
| + },
|
| + {
|
| + # GN version: //third_party/WebKit/public:url_origin_bindings_blink_mojom
|
| + 'target_name': 'url_origin_bindings_blink_mojom',
|
| + 'type': 'none',
|
| + 'variables': {
|
| + 'mojom_files': [
|
| + '<(DEPTH)/url/mojo/origin.mojom',
|
| + ],
|
| + 'for_blink': 'true',
|
| + 'mojom_typemaps': [
|
| + 'platform/core/mojo/origin.typemap',
|
| + ],
|
| },
|
| 'dependencies' : [
|
| '<(DEPTH)/cc/ipc/cc_ipc.gyp:interfaces_blink',
|
| @@ -217,6 +241,7 @@
|
| 'mojo_bindings_mojom',
|
| 'new_wrapper_types_mojo_bindings_blink_mojom',
|
| 'new_wrapper_types_mojo_bindings_mojom',
|
| + 'url_origin_bindings_blink_mojom',
|
| '../../../device/bluetooth/bluetooth.gyp:bluetooth_mojom',
|
| '../../../mojo/mojo_public.gyp:mojo_cpp_bindings',
|
| '<(DEPTH)/cc/ipc/cc_ipc.gyp:interfaces',
|
|
|