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

Unified Diff: content/common/bluetooth/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: content/common/bluetooth/BUILD.gn
diff --git a/device/bluetooth/public/interfaces/BUILD.gn b/content/common/bluetooth/BUILD.gn
similarity index 74%
copy from device/bluetooth/public/interfaces/BUILD.gn
copy to content/common/bluetooth/BUILD.gn
index aba3e2ea1e0826e006609e3588761d5ae234c2f0..a81b089d99becf4cb19d04905b2faaed9eea4ab5 100644
--- a/device/bluetooth/public/interfaces/BUILD.gn
+++ b/content/common/bluetooth/BUILD.gn
@@ -4,8 +4,8 @@
import("//mojo/public/tools/bindings/mojom.gni")
-mojom("bluetooth_mojom_bluetooth_uuid") {
+mojom("content_mojom_bluetooth_device_id") {
sources = [
- "bluetooth_uuid.mojom",
+ "bluetooth_device_id.mojom",
]
}

Powered by Google App Engine
This is Rietveld 408576698