Chromium Code Reviews

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

Issue 2448713002: bluetooth: Add Device connection logic and accompanying user interface. (Closed)
Patch Set: Merge upstream patch Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: device/bluetooth/public/interfaces/BUILD.gn
diff --git a/device/bluetooth/public/interfaces/BUILD.gn b/device/bluetooth/public/interfaces/BUILD.gn
index afb2b6d75b5f579ba7761ce91610d35b83646cda..08d4e14111898f60bab4ebceb742673c03e959ff 100644
--- a/device/bluetooth/public/interfaces/BUILD.gn
+++ b/device/bluetooth/public/interfaces/BUILD.gn
@@ -18,6 +18,10 @@ mojom("experimental_interfaces") {
"device.mojom",
]
+ public_deps = [
+ ":interfaces",
+ ]
+
visibility = [
"//device/bluetooth:mojo",
"//chrome/browser:*",

Powered by Google App Engine