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

Unified Diff: components/proximity_auth.gypi

Issue 1147563002: Add SyncScheduler for scheduling CryptAuth enrollments and syncing devices. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: refactor out Strategy enum 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.gypi
diff --git a/components/proximity_auth.gypi b/components/proximity_auth.gypi
index f67f008364ecdbf2bbb14c280442d5db402913c3..405c4ded21a547ef4fe1bb14dbc8bfb1471a113d 100644
--- a/components/proximity_auth.gypi
+++ b/components/proximity_auth.gypi
@@ -123,6 +123,10 @@
"proximity_auth/cryptauth/cryptauth_enrollment_utils.h",
"proximity_auth/cryptauth/secure_message_delegate.cc",
"proximity_auth/cryptauth/secure_message_delegate.h",
+ "proximity_auth/cryptauth/sync_scheduler.cc",
+ "proximity_auth/cryptauth/sync_scheduler.h",
+ "proximity_auth/cryptauth/sync_scheduler_impl.cc",
+ "proximity_auth/cryptauth/sync_scheduler_impl.h",
],
'export_dependent_settings': [
'cryptauth_proto',

Powered by Google App Engine
This is Rietveld 408576698