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

Unified Diff: device/bluetooth/BUILD.gn

Issue 2853433002: bluetooth: Implement simulateCentral (Closed)
Patch Set: even moar 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 65c0f77833104394804827a38b87f7d2a19e296d..8087eb76df61267f6d39bc35a70b3348e5df1f6d 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_le_central_observer_manager.cc",
+ "test/fake_le_central_observer_manager.h",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698