| Index: third_party/WebKit/public/blink.gyp
|
| diff --git a/third_party/WebKit/public/blink.gyp b/third_party/WebKit/public/blink.gyp
|
| index 121470ff373891aa4e3c6ffa883020c8b1f6b688..71de425432eaa6791a10926d5356e3c901f1e22e 100644
|
| --- a/third_party/WebKit/public/blink.gyp
|
| +++ b/third_party/WebKit/public/blink.gyp
|
| @@ -138,6 +138,7 @@
|
| '<@(blink_android_mojo_sources)',
|
| ],
|
| 'mojom_typemaps': [
|
| + '../../../components/web_bluetooth/public/interfaces/web_bluetooth_device_id.typemap',
|
| '../../../device/bluetooth/public/interfaces/bluetooth_uuid.typemap',
|
| '<(DEPTH)/cc/ipc/surface_id.typemap',
|
| '<(DEPTH)/cc/ipc/surface_sequence.typemap',
|
| @@ -159,8 +160,9 @@
|
| 'dependencies': [
|
| 'mojo_bindings_blink_mojom',
|
| 'mojo_bindings_mojom',
|
| - '../../../mojo/mojo_public.gyp:mojo_cpp_bindings',
|
| + '../../../components/web_bluetooth/web_bluetooth.gyp:web_bluetooth_mojom',
|
| '../../../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',
|
| ],
|
|
|