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

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

Issue 2915833003: Tether: Break helper TimerFactory out of BleConnectionManager and HostScanCache. (Closed)
Patch Set: khorimoto@ comments. Created 3 years, 7 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/ble_connection_manager.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 7adcb37424e4a191972c76330893adaa2dd5216e..6f22f8cd1b557595454a53094941c512c85c8972 100644
--- a/chromeos/components/tether/BUILD.gn
+++ b/chromeos/components/tether/BUILD.gn
@@ -65,6 +65,8 @@ static_library("tether") {
"tether_host_response_recorder.h",
"tether_network_disconnection_handler.cc",
"tether_network_disconnection_handler.h",
+ "timer_factory.cc",
+ "timer_factory.h",
"wifi_hotspot_connector.cc",
"wifi_hotspot_connector.h",
]
« no previous file with comments | « no previous file | chromeos/components/tether/ble_connection_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698