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

Unified Diff: device/bluetooth/BUILD.gn

Issue 2858803003: bluetooth: Implement simulatePreconnectedPeripheral. (Closed)
Patch Set: small cleanup Created 3 years, 8 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 2652d4f74ffc1f934dae35c03ddc37a335281ea4..f4e2b6c6c3431439d4718ec5f60ab1df08062c79 100644
--- a/device/bluetooth/BUILD.gn
+++ b/device/bluetooth/BUILD.gn
@@ -47,6 +47,8 @@ source_set("fake_bluetooth") {
"test/fake_bluetooth.h",
"test/fake_central.cc",
"test/fake_central.h",
+ "test/fake_peripheral.cc",
+ "test/fake_peripheral.h",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698