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

Unified Diff: device/bluetooth/public/interfaces/BUILD.gn

Issue 2357383002: bluetooth: Add device list retrieval for chrome://bluetooth-internals (Closed)
Patch Set: Created 4 years, 3 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: device/bluetooth/public/interfaces/BUILD.gn
diff --git a/device/bluetooth/public/interfaces/BUILD.gn b/device/bluetooth/public/interfaces/BUILD.gn
index 86146370696f33bb8c40b29fd0dac4a8363c6238..37d5416ed4c4412100773bb4532010faa14053f5 100644
--- a/device/bluetooth/public/interfaces/BUILD.gn
+++ b/device/bluetooth/public/interfaces/BUILD.gn
@@ -11,3 +11,9 @@ mojom("bluetooth_mojom_bluetooth_uuid") {
use_new_wrapper_types = false
}
+
+mojom("bluetooth_mojom_bluetooth") {
+ sources = [
ortuno 2016/09/22 08:32:54 nit: Shouldn't this include the uuid mojom as well
mbrunson 2016/09/24 01:05:47 Done.
+ "bluetooth.mojom",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698