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

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

Issue 2821103003: Remove the configuration of Tether-associated Wi-Fi networks once connectivity is lost. (Closed)
Patch Set: Rebase. 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
Index: chromeos/components/tether/BUILD.gn
diff --git a/chromeos/components/tether/BUILD.gn b/chromeos/components/tether/BUILD.gn
index e5bc4180c5a3b78614e531ec57a88ab5df656a60..44e95a0a9c63b1b6ce7a3c1709cbe0509ec8091e 100644
--- a/chromeos/components/tether/BUILD.gn
+++ b/chromeos/components/tether/BUILD.gn
@@ -44,6 +44,8 @@ static_library("tether") {
"message_transfer_operation.h",
"message_wrapper.cc",
"message_wrapper.h",
+ "network_configuration_remover.cc",
+ "network_configuration_remover.h",
"notification_presenter.h",
"pref_names.cc",
"pref_names.h",
@@ -131,6 +133,7 @@ source_set("unit_tests") {
"local_device_data_provider_unittest.cc",
"message_transfer_operation_unittest.cc",
"message_wrapper_unittest.cc",
+ "network_configuration_remover_unittest.cc",
"tether_connector_unittest.cc",
"tether_host_fetcher_unittest.cc",
"tether_network_disconnection_handler_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698