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

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

Issue 2792483002: [CrOS Tether] Create TetherConnector, which attempts to connect to a nearby tether host. (Closed)
Patch Set: hansberry@ comment. 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 18502af7c154f53b53e265f1c3a7bf696fc27aef..7474fa2347d2d4c743018e88e73bf010f4dbdb27 100644
--- a/chromeos/components/tether/BUILD.gn
+++ b/chromeos/components/tether/BUILD.gn
@@ -22,6 +22,8 @@ static_library("tether") {
"ble_scanner.h",
"connect_tethering_operation.cc",
"connect_tethering_operation.h",
+ "device_id_tether_network_guid_map.cc",
+ "device_id_tether_network_guid_map.h",
"host_scan_device_prioritizer.cc",
"host_scan_device_prioritizer.h",
"host_scan_scheduler.cc",
@@ -45,6 +47,8 @@ static_library("tether") {
"notification_presenter.h",
"pref_names.cc",
"pref_names.h",
+ "tether_connector.cc",
+ "tether_connector.h",
"tether_host_fetcher.cc",
"tether_host_fetcher.h",
"wifi_hotspot_connector.cc",
@@ -123,6 +127,7 @@ source_set("unit_tests") {
"local_device_data_provider_unittest.cc",
"message_transfer_operation_unittest.cc",
"message_wrapper_unittest.cc",
+ "tether_connector_unittest.cc",
"tether_host_fetcher_unittest.cc",
"wifi_hotspot_connector_unittest.cc",
]

Powered by Google App Engine
This is Rietveld 408576698