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

Unified Diff: components/cryptauth/BUILD.gn

Issue 2847233003: [EasyUnlock] Move DataWithTimestamp out of ForegroundEidGenerator so it can be shared. (Closed)
Patch Set: 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: components/cryptauth/BUILD.gn
diff --git a/components/cryptauth/BUILD.gn b/components/cryptauth/BUILD.gn
index 9dca53893360ebbf0b546618c04e7f74987923b4..70b2f9172073f37c345aa687a4fb432575176830 100644
--- a/components/cryptauth/BUILD.gn
+++ b/components/cryptauth/BUILD.gn
@@ -46,6 +46,8 @@ static_library("cryptauth") {
"device_to_device_initiator_operations.h",
"device_to_device_secure_context.cc",
"device_to_device_secure_context.h",
+ "eid_data_with_timestamp.cc",
+ "eid_data_with_timestamp.h",
"foreground_eid_generator.cc",
"foreground_eid_generator.h",
"pref_names.cc",

Powered by Google App Engine
This is Rietveld 408576698