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

Unified Diff: components/cryptauth/BUILD.gn

Issue 2847233003: [EasyUnlock] Move DataWithTimestamp out of ForegroundEidGenerator so it can be shared. (Closed)
Patch Set: fixes 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
« no previous file with comments | « chromeos/components/tether/ble_scanner_unittest.cc ('k') | components/cryptauth/background_eid_generator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cryptauth/BUILD.gn
diff --git a/components/cryptauth/BUILD.gn b/components/cryptauth/BUILD.gn
index 9dca53893360ebbf0b546618c04e7f74987923b4..d4df06c30166c0665cc6cefd79061e2f5ac3d68a 100644
--- a/components/cryptauth/BUILD.gn
+++ b/components/cryptauth/BUILD.gn
@@ -40,6 +40,8 @@ static_library("cryptauth") {
"cryptauth_gcm_manager_impl.h",
"cryptauth_service.cc",
"cryptauth_service.h",
+ "data_with_timestamp.cc",
+ "data_with_timestamp.h",
"device_to_device_authenticator.cc",
"device_to_device_authenticator.h",
"device_to_device_initiator_operations.cc",
« no previous file with comments | « chromeos/components/tether/ble_scanner_unittest.cc ('k') | components/cryptauth/background_eid_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698