Index: extensions/common/BUILD.gn |
diff --git a/extensions/common/BUILD.gn b/extensions/common/BUILD.gn |
index ab22d4cc0d723a0b8078f8a754df54e2705abf47..7c26d6c70cfb86decf97f1875e851a9c68a717e7 100644 |
--- a/extensions/common/BUILD.gn |
+++ b/extensions/common/BUILD.gn |
@@ -8,6 +8,12 @@ import("//build/config/features.gni") |
source_set("common") { |
sources = [ |
"api/messaging/message.h", |
+ "api/bluetooth/bluetooth_manifest_data.cc", |
+ "api/bluetooth/bluetooth_manifest_data.h", |
+ "api/bluetooth/bluetooth_manifest_handler.cc", |
+ "api/bluetooth/bluetooth_manifest_handler.h", |
+ "api/bluetooth/bluetooth_manifest_permission.cc", |
+ "api/bluetooth/bluetooth_manifest_permission.h", |
"api/sockets/sockets_manifest_data.cc", |
"api/sockets/sockets_manifest_data.h", |
"api/sockets/sockets_manifest_handler.cc", |
@@ -207,10 +213,17 @@ source_set("common") { |
] |
deps += [ |
+ "//device/bluetooth", |
"//device/usb", |
] |
} else { |
sources -= [ |
+ "api/bluetooth/bluetooth_manifest_data.cc", |
+ "api/bluetooth/bluetooth_manifest_data.h", |
+ "api/bluetooth/bluetooth_manifest_handler.cc", |
+ "api/bluetooth/bluetooth_manifest_handler.h", |
+ "api/bluetooth/bluetooth_manifest_permission.cc", |
+ "api/bluetooth/bluetooth_manifest_permission.h", |
"api/messaging/message.h", |
"api/sockets/sockets_manifest_data.cc", |
"api/sockets/sockets_manifest_data.h", |