| 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",
|
|
|