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

Unified Diff: device/bluetooth/BUILD.gn

Issue 2853433002: bluetooth: Implement simulateCentral (Closed)
Patch Set: Address dcheng's comments Created 3 years, 7 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
« no previous file with comments | « no previous file | device/bluetooth/public/interfaces/test/fake_bluetooth.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/BUILD.gn
diff --git a/device/bluetooth/BUILD.gn b/device/bluetooth/BUILD.gn
index 65c0f77833104394804827a38b87f7d2a19e296d..2652d4f74ffc1f934dae35c03ddc37a335281ea4 100644
--- a/device/bluetooth/BUILD.gn
+++ b/device/bluetooth/BUILD.gn
@@ -45,6 +45,8 @@ source_set("fake_bluetooth") {
sources = [
"test/fake_bluetooth.cc",
"test/fake_bluetooth.h",
+ "test/fake_central.cc",
+ "test/fake_central.h",
]
deps = [
« no previous file with comments | « no previous file | device/bluetooth/public/interfaces/test/fake_bluetooth.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698