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

Unified Diff: chrome/browser/ui/webui/bluetooth_internals/BUILD.gn

Issue 2357383002: bluetooth: Add device list retrieval for chrome://bluetooth-internals (Closed)
Patch Set: Mojo interface and implementation fixes 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: chrome/browser/ui/webui/bluetooth_internals/BUILD.gn
diff --git a/chrome/browser/ui/webui/usb_internals/BUILD.gn b/chrome/browser/ui/webui/bluetooth_internals/BUILD.gn
similarity index 73%
copy from chrome/browser/ui/webui/usb_internals/BUILD.gn
copy to chrome/browser/ui/webui/bluetooth_internals/BUILD.gn
index 4d0059e3ae2f9373b54f88d25de739a6b4786d3d..74f8213fd35785db83e868a21d9f365f6a935ed0 100644
--- a/chrome/browser/ui/webui/usb_internals/BUILD.gn
+++ b/chrome/browser/ui/webui/bluetooth_internals/BUILD.gn
@@ -6,11 +6,10 @@ import("//mojo/public/tools/bindings/mojom.gni")
mojom("mojo_bindings") {
sources = [
- "usb_internals.mojom",
+ "bluetooth_internals.mojom",
]
public_deps = [
- "//url/mojo:url_mojom_gurl",
- "//url/mojo:url_mojom_origin",
+ "//device/bluetooth/public/interfaces:bluetooth_experimental",
]
}

Powered by Google App Engine
This is Rietveld 408576698