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

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

Issue 2713073002: [CrOS Tether] Create HostScanDevicePrioritizer, a class which prioritizes the order of connection a… (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 6c4bc467bac8f7faa00b94ef469f45686c41961a..9e99b7e38a81d91ce8c7dfcd363e374ca1d45460 100644
--- a/chromeos/components/tether/BUILD.gn
+++ b/chromeos/components/tether/BUILD.gn
@@ -16,6 +16,8 @@ static_library("tether") {
"ble_constants.h",
"ble_scanner.cc",
"ble_scanner.h",
+ "host_scan_device_prioritizer.cc",
+ "host_scan_device_prioritizer.h",
"host_scan_scheduler.cc",
"host_scan_scheduler.h",
"host_scanner.cc",
@@ -28,6 +30,8 @@ static_library("tether") {
"message_transfer_operation.h",
"message_wrapper.cc",
"message_wrapper.h",
+ "pref_names.cc",
+ "pref_names.h",
]
deps = [
@@ -74,6 +78,7 @@ source_set("unit_tests") {
"ble_advertiser_unittest.cc",
"ble_connection_manager_unittest.cc",
"ble_scanner_unittest.cc",
+ "host_scan_device_prioritizer_unittest.cc",
"host_scan_scheduler_unittest.cc",
"local_device_data_provider_unittest.cc",
"message_transfer_operation_unittest.cc",
@@ -89,6 +94,7 @@ source_set("unit_tests") {
"//components/cryptauth",
"//components/cryptauth:test_support",
"//components/cryptauth/ble",
+ "//components/prefs:test_support",
"//device/bluetooth",
"//device/bluetooth:mocks",
"//testing/gmock",

Powered by Google App Engine
This is Rietveld 408576698