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

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: Address jyasskin's comments 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/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index 2529f47db5fe0a4c8f99fc6d771f3c5206049ab4..46ebf4029af6a537b250a529890a8f375887d158 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -188,6 +188,7 @@ mojom("mojo_bindings") {
]
public_deps = [
":android_mojo_bindings",
+ "//content/common/bluetooth:content_mojom_bluetooth_device_id",
"//device/bluetooth/public/interfaces:bluetooth_mojom_bluetooth_uuid",
]
}

Powered by Google App Engine
This is Rietveld 408576698