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

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

Issue 2741253002: [CrOS Tether] Create KeepAliveScheduler, a class which schedules keep-alive tickles to be sent to a… (Closed)
Patch Set: Added tests for other modified files. Created 3 years, 9 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 33ddb7c17e59869b25cddcc4c7742fff68603916..3da953e19832c8e126cb548dde18d318c3eeffc2 100644
--- a/chromeos/components/tether/BUILD.gn
+++ b/chromeos/components/tether/BUILD.gn
@@ -32,6 +32,8 @@ static_library("tether") {
"initializer.h",
"keep_alive_operation.cc",
"keep_alive_operation.h",
+ "keep_alive_scheduler.cc",
+ "keep_alive_scheduler.h",
"local_device_data_provider.cc",
"local_device_data_provider.h",
"message_transfer_operation.cc",
@@ -64,6 +66,8 @@ static_library("test_support") {
testonly = true
sources = [
+ "fake_active_host.cc",
+ "fake_active_host.h",
"fake_ble_connection_manager.cc",
"fake_ble_connection_manager.h",
"fake_tether_host_fetcher.cc",
@@ -98,6 +102,7 @@ source_set("unit_tests") {
"host_scanner_operation_unittest.cc",
"host_scanner_unittest.cc",
"keep_alive_operation_unittest.cc",
+ "keep_alive_scheduler_unittest.cc",
"local_device_data_provider_unittest.cc",
"message_transfer_operation_unittest.cc",
"message_wrapper_unittest.cc",
« no previous file with comments | « no previous file | chromeos/components/tether/active_host.h » ('j') | chromeos/components/tether/active_host_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698