| Index: chromeos/components/tether/BUILD.gn
|
| diff --git a/chromeos/components/tether/BUILD.gn b/chromeos/components/tether/BUILD.gn
|
| index e4905284901d00d6ccc0c3e50f925adc48d8674b..f171bde92f37cdcc62c861687e828ec728e1b285 100644
|
| --- a/chromeos/components/tether/BUILD.gn
|
| +++ b/chromeos/components/tether/BUILD.gn
|
| @@ -6,6 +6,8 @@ assert(is_chromeos, "Non-ChromeOS builds cannot depend on //chromeos")
|
|
|
| static_library("tether") {
|
| sources = [
|
| + "ble_advertisement_device_queue.cc",
|
| + "ble_advertisement_device_queue.h",
|
| "host_scan_scheduler.cc",
|
| "host_scan_scheduler.h",
|
| "host_scanner.cc",
|
| @@ -45,6 +47,7 @@ source_set("unit_tests") {
|
| testonly = true
|
|
|
| sources = [
|
| + "ble_advertisement_device_queue_unittest.cc",
|
| "host_scan_scheduler_unittest.cc",
|
| ]
|
|
|
| @@ -54,6 +57,7 @@ source_set("unit_tests") {
|
| "//base/test:test_support",
|
| "//chromeos",
|
| "//components/cryptauth",
|
| + "//components/cryptauth:test_support",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
| ]
|
|
|