Chromium Code Reviews

Unified Diff: device/bluetooth/BUILD.gn

Issue 2379573006: bluetooth: Standardize Bluetooth adapter access in Adapter service. (Closed)
Patch Set: Change Mojo interface Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: device/bluetooth/BUILD.gn
diff --git a/device/bluetooth/BUILD.gn b/device/bluetooth/BUILD.gn
index d2410e684626c1fa9b00268ff490b94e6aee1abf..0f33ee12cf9b2af74cb26f34c60c98b3dd9216ea 100644
--- a/device/bluetooth/BUILD.gn
+++ b/device/bluetooth/BUILD.gn
@@ -24,6 +24,8 @@ source_set("mojo") {
sources = [
"adapter.cc",
"adapter.h",
+ "adapter_factory.cc",
+ "adapter_factory.h",
]
public_deps = [

Powered by Google App Engine