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

Unified Diff: components/proximity_auth/cryptauth/BUILD.gn

Issue 1147563002: Add SyncScheduler for scheduling CryptAuth enrollments and syncing devices. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: components/proximity_auth/cryptauth/BUILD.gn
diff --git a/components/proximity_auth/cryptauth/BUILD.gn b/components/proximity_auth/cryptauth/BUILD.gn
index 92f35843a0c8127534a2b49fc3a90f4f3c319ff4..43c56435efe88569acd0f2658293b8ab18e5aaff 100644
--- a/components/proximity_auth/cryptauth/BUILD.gn
+++ b/components/proximity_auth/cryptauth/BUILD.gn
@@ -21,6 +21,10 @@ source_set("cryptauth") {
"cryptauth_enrollment_utils.h",
"secure_message_delegate.cc",
"secure_message_delegate.h",
+ "sync_scheduler.cc",
+ "sync_scheduler.h",
+ "sync_scheduler_impl.cc",
+ "sync_scheduler_impl.h",
]
deps = [
@@ -65,6 +69,7 @@ source_set("unit_tests") {
"cryptauth_client_impl_unittest.cc",
"cryptauth_enroller_impl_unittest.cc",
"fake_secure_message_delegate_unittest.cc",
+ "sync_scheduler_impl_unittest.cc",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698