 Chromium Code Reviews
 Chromium Code Reviews Issue 2448713002:
  bluetooth: Add Device connection logic and accompanying user interface.  (Closed)
    
  
    Issue 2448713002:
  bluetooth: Add Device connection logic and accompanying user interface.  (Closed) 
  | 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:*", |