| 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",
|
|
|