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

Unified Diff: chrome/browser/ui/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/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 1075907a5df6153d6ca4b768bb277b1c317bf343..13579d1d0212542e7008c1631f9b94bc3e6746d0 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -202,6 +202,8 @@ split_static_library("ui") {
"webui/about_ui.h",
"webui/bluetooth_internals/bluetooth_internals_ui.cc",
"webui/bluetooth_internals/bluetooth_internals_ui.h",
+ "webui/bluetooth_internals/services/bluetooth_adapter_service.cc",
+ "webui/bluetooth_internals/services/bluetooth_adapter_service.h",
"webui/browsing_history_handler.cc",
"webui/browsing_history_handler.h",
"webui/chrome_web_ui_controller_factory.cc",
@@ -457,6 +459,7 @@ split_static_library("ui") {
"//chrome/app/resources:platform_locale_settings",
"//chrome/app/theme:theme_resources",
"//chrome/browser/devtools",
+ "//chrome/browser/ui/webui/bluetooth_internals:mojo_bindings",
"//chrome/browser/ui/webui/engagement:mojo_bindings",
"//chrome/browser/ui/webui/omnibox:mojo_bindings",
"//chrome/browser/ui/webui/plugins:mojo_bindings",

Powered by Google App Engine
This is Rietveld 408576698