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

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

Issue 2448713002: bluetooth: Add Device connection logic and accompanying user interface. (Closed)
Patch Set: Remove binding variable in Device.Create Created 4 years, 1 month 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/device_unittest.cc ('k') | device/bluetooth/public/interfaces/OWNERS » ('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 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:*",
« no previous file with comments | « device/bluetooth/device_unittest.cc ('k') | device/bluetooth/public/interfaces/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698