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

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

Issue 2357383002: bluetooth: Add device list retrieval for chrome://bluetooth-internals (Closed)
Patch Set: 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..f53ecea2113c9295ea2bdb66c240d1b8b1742da1 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -200,8 +200,12 @@ split_static_library("ui") {
"website_settings/website_settings_ui.h",
"webui/about_ui.cc",
"webui/about_ui.h",
+ "webui/bluetooth_internals/bluetooth_internals_page_handler.cc",
+ "webui/bluetooth_internals/bluetooth_internals_page_handler.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 +461,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