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

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

Issue 2844973002: [CrOS Tether] Create TetherHostResponseRecorder, which records ConnectTetheringResponses and Tether… (Closed)
Patch Set: Changed "Connectable" wording to "Connected". Created 3 years, 8 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/connect_tethering_operation.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 61c3dccbd9d3d5a6cc9ece96aa7d198ecf261304..85dc49d02f0273374185f6ff9c3f5497562de553 100644
--- a/chromeos/components/tether/BUILD.gn
+++ b/chromeos/components/tether/BUILD.gn
@@ -55,6 +55,8 @@ static_library("tether") {
"tether_device_state_manager.h",
"tether_host_fetcher.cc",
"tether_host_fetcher.h",
+ "tether_host_response_recorder.cc",
+ "tether_host_response_recorder.h",
"tether_network_disconnection_handler.cc",
"tether_network_disconnection_handler.h",
"wifi_hotspot_connector.cc",
@@ -98,6 +100,8 @@ static_library("test_support") {
"mock_host_scan_device_prioritizer.h",
"mock_local_device_data_provider.cc",
"mock_local_device_data_provider.h",
+ "mock_tether_host_response_recorder.cc",
+ "mock_tether_host_response_recorder.h",
]
public_deps = [
@@ -138,6 +142,7 @@ source_set("unit_tests") {
"network_configuration_remover_unittest.cc",
"tether_connector_unittest.cc",
"tether_host_fetcher_unittest.cc",
+ "tether_host_response_recorder_unittest.cc",
"tether_network_disconnection_handler_unittest.cc",
"wifi_hotspot_connector_unittest.cc",
]
« no previous file with comments | « no previous file | chromeos/components/tether/connect_tethering_operation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698