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

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

Issue 2357383002: bluetooth: Add device list retrieval for chrome://bluetooth-internals (Closed)
Patch Set: Fix Windows BUILD visibility Created 4 years, 2 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
« no previous file with comments | « device/bluetooth/adapter.cc ('k') | device/bluetooth/public/interfaces/adapter.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/public/interfaces/BUILD.gn
diff --git a/device/bluetooth/public/interfaces/BUILD.gn b/device/bluetooth/public/interfaces/BUILD.gn
index dc101e207a5d20f2e6092ab6302a490185189e9a..c9105e03f43af0c496e100974c5f9ef31c7d04fc 100644
--- a/device/bluetooth/public/interfaces/BUILD.gn
+++ b/device/bluetooth/public/interfaces/BUILD.gn
@@ -4,10 +4,22 @@
import("//mojo/public/tools/bindings/mojom.gni")
-mojom("bluetooth_mojom_bluetooth_uuid") {
+mojom("interfaces") {
sources = [
"uuid.mojom",
]
use_new_wrapper_types = false
}
+
+mojom("experimental_interfaces") {
+ sources = [
+ "adapter.mojom",
+ ]
+
+ visibility = [
+ "//device/bluetooth:mojo",
+ "//chrome/browser:*",
+ "//chrome/browser/ui:*",
+ ]
+}
« no previous file with comments | « device/bluetooth/adapter.cc ('k') | device/bluetooth/public/interfaces/adapter.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698