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

Unified Diff: components/cryptauth/BUILD.gn

Issue 2899863002: Updating D2D protocol to v1 to support separate sequence numbers. (Closed)
Patch Set: Addressing comments Created 3 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
« no previous file with comments | « no previous file | components/cryptauth/device_to_device_authenticator.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 d4df06c30166c0665cc6cefd79061e2f5ac3d68a..b89eaaa91aefd434131270263aa3c9c29865254b 100644
--- a/components/cryptauth/BUILD.gn
+++ b/components/cryptauth/BUILD.gn
@@ -66,6 +66,8 @@ static_library("cryptauth") {
"secure_context.h",
"secure_message_delegate.cc",
"secure_message_delegate.h",
+ "session_keys.cc",
+ "session_keys.h",
"switches.cc",
"switches.h",
"sync_scheduler.cc",
@@ -164,6 +166,7 @@ source_set("unit_tests") {
"remote_beacon_seed_fetcher_unittest.cc",
"remote_device_loader_unittest.cc",
"secure_channel_unittest.cc",
+ "session_keys_unittest.cc",
"sync_scheduler_impl_unittest.cc",
"wire_message_unittest.cc",
]
« no previous file with comments | « no previous file | components/cryptauth/device_to_device_authenticator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698