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

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: Rebase on top of another patch 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 7a44309465f4980c1a0c5b9d5beb2e344f9e7d30..743334987966ed5048119885449340f2cd11771f 100644
--- a/third_party/WebKit/public/blink.gyp
+++ b/third_party/WebKit/public/blink.gyp
@@ -36,7 +36,6 @@
'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',
@@ -114,6 +113,7 @@
'mojom_files': [
'<@(blink_mojo_sources)',
'<@(blink_android_mojo_sources)',
+ 'platform/modules/bluetooth/web_bluetooth.mojom',
jbroman 2016/07/14 15:14:24 Why is this being taken out of the Chromium varian
ortuno 2016/07/15 00:05:12 blink.gyp generates both chromium and blink varian
jbroman 2016/07/15 17:10:33 Have you brought this up on chromium-mojo@? I'd ra
ortuno 2016/07/15 18:23:16 I did not, mainly because whatever we decide to do
],
'mojom_typemaps': [
'<(DEPTH)/cc/ipc/surface_id.typemap',
@@ -139,7 +139,6 @@
'<@(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',
],
@@ -161,7 +160,6 @@
'mojo_bindings_blink_mojom',
'mojo_bindings_mojom',
'../../../mojo/mojo_public.gyp:mojo_cpp_bindings',
- '../../../device/bluetooth/bluetooth.gyp:bluetooth_mojom',
jbroman 2016/07/14 15:14:24 Why are these no longer needed? device.mojom.Bluet
ortuno 2016/07/15 00:05:12 Ah right. I accidentally moved this to content.
'<(DEPTH)/cc/ipc/cc_ipc.gyp:interfaces',
'<(DEPTH)/cc/ipc/cc_ipc.gyp:interfaces_blink',
],

Powered by Google App Engine
This is Rietveld 408576698