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

Unified Diff: device/bluetooth/BUILD.gn

Issue 2379573006: bluetooth: Standardize Bluetooth adapter access in Adapter service. (Closed)
Patch Set: Comment updates Created 4 years, 2 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: device/bluetooth/BUILD.gn
diff --git a/device/bluetooth/BUILD.gn b/device/bluetooth/BUILD.gn
index e4ed0df6e5205cf4d57f98494d71c5d31438db32..a24c2c7dc923ea98906d418687594da7a5b12b1f 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
This is Rietveld 408576698