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

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

Issue 2697763002: [CrOS Tether]: Create BleConnectionManager, which manages secure connections between the current de… (Closed)
Patch Set: hansberry@ comments. 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 d4079c162d9e0042d5f5427d4079469132ccf263..9fe41bacaf3e82763db18c0b44745494e4187c63 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",
@@ -63,6 +65,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