Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: third_party/WebKit/public/blink.gyp

Issue 2019853002: bluetooth: Use WebBluetoothDeviceId instead of string (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-uuid-typemap
Patch Set: Fix build Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',
],

Powered by Google App Engine
This is Rietveld 408576698