Index: extensions/browser/BUILD.gn |
diff --git a/extensions/browser/BUILD.gn b/extensions/browser/BUILD.gn |
index b1667d2db408bbbdc524ece5028e3e96a3b9115d..03278c03a28ead2737b02b7af91e2ddcc5daabf1 100644 |
--- a/extensions/browser/BUILD.gn |
+++ b/extensions/browser/BUILD.gn |
@@ -43,6 +43,34 @@ source_set("browser") { |
"api/app_view/app_view_internal_api.h", |
"api/async_api_function.cc", |
"api/async_api_function.h", |
+ "api/bluetooth/bluetooth_api.cc", |
+ "api/bluetooth/bluetooth_api.h", |
+ "api/bluetooth/bluetooth_api_pairing_delegate.cc", |
+ "api/bluetooth/bluetooth_api_pairing_delegate.h", |
+ "api/bluetooth/bluetooth_api_utils.cc", |
+ "api/bluetooth/bluetooth_api_utils.h", |
+ "api/bluetooth/bluetooth_event_router.cc", |
+ "api/bluetooth/bluetooth_event_router.h", |
+ "api/bluetooth/bluetooth_extension_function.cc", |
+ "api/bluetooth/bluetooth_extension_function.h", |
+ "api/bluetooth/bluetooth_private_api.cc", |
+ "api/bluetooth/bluetooth_private_api.h", |
+ "api/bluetooth_low_energy/bluetooth_low_energy_api.cc", |
+ "api/bluetooth_low_energy/bluetooth_low_energy_api.h", |
+ "api/bluetooth_low_energy/bluetooth_low_energy_connection.cc", |
+ "api/bluetooth_low_energy/bluetooth_low_energy_connection.h", |
+ "api/bluetooth_low_energy/bluetooth_low_energy_event_router.cc", |
+ "api/bluetooth_low_energy/bluetooth_low_energy_event_router.h", |
+ "api/bluetooth_low_energy/bluetooth_low_energy_notify_session.cc", |
+ "api/bluetooth_low_energy/bluetooth_low_energy_notify_session.h", |
+ "api/bluetooth_low_energy/utils.cc", |
+ "api/bluetooth_low_energy/utils.h", |
+ "api/bluetooth_socket/bluetooth_api_socket.cc", |
+ "api/bluetooth_socket/bluetooth_api_socket.h", |
+ "api/bluetooth_socket/bluetooth_socket_api.cc", |
+ "api/bluetooth_socket/bluetooth_socket_api.h", |
+ "api/bluetooth_socket/bluetooth_socket_event_dispatcher.cc", |
+ "api/bluetooth_socket/bluetooth_socket_event_dispatcher.h", |
"api/cast_channel/cast_auth_util.cc", |
"api/cast_channel/cast_auth_util.h", |
"api/cast_channel/cast_channel_api.cc", |
@@ -304,6 +332,7 @@ source_set("browser") { |
deps += [ |
"//components/usb_service", |
"//crypto:platform", |
+ "//device/bluetooth", |
"//device/hid", |
"//device/serial", |
"//extensions/browser/api/cast_channel:cast_channel_proto", |