| Index: third_party/WebKit/public/blink.gyp
|
| diff --git a/third_party/WebKit/public/blink.gyp b/third_party/WebKit/public/blink.gyp
|
| index 5f958c008ea9d7cc60a4cf5abad6bddcc158e2c2..7a44309465f4980c1a0c5b9d5beb2e344f9e7d30 100644
|
| --- a/third_party/WebKit/public/blink.gyp
|
| +++ b/third_party/WebKit/public/blink.gyp
|
| @@ -36,6 +36,7 @@
|
| 'blink_mojo_sources': [
|
| 'platform/mime_registry.mojom',
|
| 'platform/modules/background_sync/background_sync.mojom',
|
| + 'platform/modules/bluetooth/web_bluetooth.mojom',
|
| 'platform/modules/geolocation/geolocation.mojom',
|
| 'platform/modules/notifications/notification.mojom',
|
| 'platform/modules/notifications/notification_service.mojom',
|
| @@ -113,7 +114,6 @@
|
| 'mojom_files': [
|
| '<@(blink_mojo_sources)',
|
| '<@(blink_android_mojo_sources)',
|
| - 'platform/modules/bluetooth/web_bluetooth.mojom',
|
| ],
|
| 'mojom_typemaps': [
|
| '<(DEPTH)/cc/ipc/surface_id.typemap',
|
| @@ -139,6 +139,7 @@
|
| '<@(blink_android_mojo_sources)',
|
| ],
|
| 'mojom_typemaps': [
|
| + '../../../device/bluetooth/public/interfaces/bluetooth_uuid.typemap',
|
| '<(DEPTH)/cc/ipc/surface_id.typemap',
|
| '<(DEPTH)/cc/ipc/surface_sequence.typemap',
|
| ],
|
| @@ -159,8 +160,8 @@
|
| 'dependencies': [
|
| 'mojo_bindings_blink_mojom',
|
| 'mojo_bindings_mojom',
|
| + '../../../mojo/mojo_public.gyp:mojo_cpp_bindings',
|
| '../../../device/bluetooth/bluetooth.gyp:bluetooth_mojom',
|
| - '../../../mojo/mojo_public.gyp:mojo_cpp_bindings',
|
| '<(DEPTH)/cc/ipc/cc_ipc.gyp:interfaces',
|
| '<(DEPTH)/cc/ipc/cc_ipc.gyp:interfaces_blink',
|
| ],
|
|
|