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

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: Add 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/host_scan_device_prioritizer.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 6c4bc467bac8f7faa00b94ef469f45686c41961a..b43d20390c111009faa5d0019b0a4bc9b9addb56 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 = [
@@ -36,6 +40,7 @@ static_library("tether") {
"//chromeos/components/tether/proto",
"//components/cryptauth",
"//components/cryptauth/ble",
+ "//components/prefs",
"//components/proximity_auth/logging",
"//device/bluetooth",
]
@@ -74,6 +79,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 +95,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",
« no previous file with comments | « no previous file | chromeos/components/tether/host_scan_device_prioritizer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698