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

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

Issue 2975483002: [CrOS Tether] Disconnect cleanly from active Tether networks when the user logs out or the Tether c… (Closed)
Patch Set: Created 3 years, 5 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
Index: chromeos/components/tether/BUILD.gn
diff --git a/chromeos/components/tether/BUILD.gn b/chromeos/components/tether/BUILD.gn
index 1f0c4c17cdd8bc0dd92db9a5a6625190a41a36ac..300ce3ad216bed1ad0c335ef8b7b6046feb698f9 100644
--- a/chromeos/components/tether/BUILD.gn
+++ b/chromeos/components/tether/BUILD.gn
@@ -60,6 +60,8 @@ static_library("tether") {
"tether_connector.h",
"tether_disconnector.cc",
"tether_disconnector.h",
+ "tether_disconnector_impl.cc",
+ "tether_disconnector_impl.h",
"tether_host_fetcher.cc",
"tether_host_fetcher.h",
"tether_host_response_recorder.cc",
@@ -156,7 +158,7 @@ source_set("unit_tests") {
"network_configuration_remover_unittest.cc",
"network_connection_handler_tether_delegate_unittest.cc",
"tether_connector_unittest.cc",
- "tether_disconnector_unittest.cc",
+ "tether_disconnector_impl_unittest.cc",
"tether_host_fetcher_unittest.cc",
"tether_host_response_recorder_unittest.cc",
"tether_network_disconnection_handler_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698