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

Unified Diff: third_party/WebKit/public/BUILD.gn

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/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index 03a0089b3b687159e7b6f214fe98e422040d1e6c..709a1d2257b44f44bbbd87a237098c2814074694 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -176,6 +176,7 @@ mojom("mojo_bindings") {
public_deps = [
":android_mojo_bindings",
"//cc/ipc:interfaces_surfaceid_only",
+ "//components/web_bluetooth/public/interfaces:mojom_web_bluetooth_device_id",
"//device/bluetooth/public/interfaces:bluetooth_mojom_bluetooth_uuid",
]
}

Powered by Google App Engine
This is Rietveld 408576698