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

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

Issue 2372433002: POC for adapter service (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 18f78d41da2e5887d840e612bb1497d1a4ecf7b9..0c5e4b1b96d5dcbe70567deba928c73bccd153dc 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -203,6 +203,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",
@@ -461,6 +463,7 @@ split_static_library("ui") {
"//chrome/app/theme:chrome_unscaled_resources",
"//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