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

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

Issue 2697763002: [CrOS Tether]: Create BleConnectionManager, which manages secure connections between the current de… (Closed)
Patch Set: Add missing DEP. 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
« no previous file with comments | « no previous file | chromeos/components/tether/ble_advertiser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/components/tether/BUILD.gn
diff --git a/chromeos/components/tether/BUILD.gn b/chromeos/components/tether/BUILD.gn
index d4079c162d9e0042d5f5427d4079469132ccf263..0fbb396c37047a444ad544d5e554cc7ff166bb0c 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",
@@ -29,6 +31,7 @@ static_library("tether") {
"//chromeos",
"//chromeos/components/tether/proto",
"//components/cryptauth",
+ "//components/cryptauth/ble",
"//components/proximity_auth/logging",
"//device/bluetooth",
]
@@ -63,6 +66,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",
@@ -76,6 +80,7 @@ source_set("unit_tests") {
"//chromeos/components/tether/proto",
"//components/cryptauth",
"//components/cryptauth:test_support",
+ "//components/cryptauth/ble",
"//device/bluetooth",
"//device/bluetooth:mocks",
"//testing/gmock",
« no previous file with comments | « no previous file | chromeos/components/tether/ble_advertiser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698