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 2945643002: [CrOS Tether] Sort Tether network lists. (Closed)
Patch Set: stevenjb@ comments. Created 3 years, 6 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 ec274f333feea67b750449b0055978ef3386ad92..b71dd67796f2a74a17487a72ab3a6ecf029b7b8b 100644
--- a/chromeos/components/tether/BUILD.gn
+++ b/chromeos/components/tether/BUILD.gn
@@ -30,8 +30,9 @@ static_library("tether") {
"disconnect_tethering_operation.h",
"host_scan_cache.cc",
"host_scan_cache.h",
- "host_scan_device_prioritizer.cc",
"host_scan_device_prioritizer.h",
+ "host_scan_device_prioritizer_impl.cc",
+ "host_scan_device_prioritizer_impl.h",
"host_scan_scheduler.cc",
"host_scan_scheduler.h",
"host_scanner.cc",
@@ -110,8 +111,6 @@ static_library("test_support") {
"fake_tether_host_fetcher.h",
"fake_wifi_hotspot_connector.cc",
"fake_wifi_hotspot_connector.h",
- "mock_host_scan_device_prioritizer.cc",
- "mock_host_scan_device_prioritizer.h",
"mock_local_device_data_provider.cc",
"mock_local_device_data_provider.h",
"mock_tether_host_response_recorder.cc",
@@ -149,7 +148,7 @@ source_set("unit_tests") {
"device_status_util_unittest.cc",
"disconnect_tethering_operation_unittest.cc",
"host_scan_cache_unittest.cc",
- "host_scan_device_prioritizer_unittest.cc",
+ "host_scan_device_prioritizer_impl_unittest.cc",
"host_scan_scheduler_unittest.cc",
"host_scanner_operation_unittest.cc",
"host_scanner_unittest.cc",
« 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