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

Unified Diff: chromeos/components/tether/BUILD.gn

Issue 2697763002: [CrOS Tether]: Create BleConnectionManager, which manages secure connections between the current de… (Closed)
Patch Set: Created 3 years, 10 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: chromeos/components/tether/BUILD.gn
diff --git a/chromeos/components/tether/BUILD.gn b/chromeos/components/tether/BUILD.gn
index ecdd54b1c8774964a08a05d7d668264c5409b690..dcc05ca3cce49e239c78e558b8e17083e57f707c 100644
--- a/chromeos/components/tether/BUILD.gn
+++ b/chromeos/components/tether/BUILD.gn
@@ -10,6 +10,8 @@ static_library("tether") {
"ble_advertisement_device_queue.h",
"ble_advertiser.cc",
"ble_advertiser.h",
+ "ble_connection_manager.cc",
+ "ble_connection_manager.h",
"ble_constants.cc",
"ble_constants.h",
"ble_scanner.cc",
@@ -62,6 +64,7 @@ source_set("unit_tests") {
sources = [
"ble_advertisement_device_queue_unittest.cc",
"ble_advertiser_unittest.cc",
+ "ble_connection_manager_unittest.cc",
"ble_scanner_unittest.cc",
"host_scan_scheduler_unittest.cc",
"local_device_data_provider_unittest.cc",
« no previous file with comments | « no previous file | chromeos/components/tether/ble_advertiser.h » ('j') | chromeos/components/tether/ble_connection_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698