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

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

Issue 2015463004: bluetooth: Use BluetoothUUID instead of string when sending uuids (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-mojo-request-device
Patch Set: Fix merge conflict Created 4 years, 6 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 5cf3b8088e1bb4a03185d595a6ee4fd1381e61c4..6ac72578f2d2d216d68edd751e79d7e30855c453 100644
--- a/third_party/WebKit/public/blink.gyp
+++ b/third_party/WebKit/public/blink.gyp
@@ -128,6 +128,9 @@
'<@(blink_mojo_sources)',
'<@(blink_android_mojo_sources)',
],
+ 'mojom_typemaps': [
+ '../../../device/bluetooth/public/interfaces/bluetooth_uuid.typemap',
+ ],
},
'includes': [
'../../../mojo/mojom_bindings_generator_explicit.gypi',
@@ -141,6 +144,7 @@
'mojo_bindings_blink_mojom',
'mojo_bindings_mojom',
'../../../mojo/mojo_public.gyp:mojo_cpp_bindings',
+ '../../../device/bluetooth/bluetooth.gyp:bluetooth_mojom',
],
},
],
« no previous file with comments | « third_party/WebKit/public/BUILD.gn ('k') | third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698