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

Unified Diff: device/bluetooth/BUILD.gn

Issue 2448713002: bluetooth: Add Device connection logic and accompanying user interface. (Closed)
Patch Set: Fix comments, add ConnectionStatus enum, other fixes Created 4 years, 1 month 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 890d444456d1b08bf124b9da9a1e01ded1760d54..afb8d0a7fa2edfa2e4fa64708b9d1260b35329a1 100644
--- a/device/bluetooth/BUILD.gn
+++ b/device/bluetooth/BUILD.gn
@@ -28,6 +28,8 @@ source_set("mojo") {
"adapter_factory.h",
"device.cc",
"device.h",
+ "test/device_connection_helper.cc",
+ "test/device_connection_helper.h",
]
public_deps = [

Powered by Google App Engine
This is Rietveld 408576698