Index: components/cryptauth/BUILD.gn |
diff --git a/components/cryptauth/BUILD.gn b/components/cryptauth/BUILD.gn |
index b89eaaa91aefd434131270263aa3c9c29865254b..d7bb0f6716ed02ee017f2c3ef8b96fe65dfcaa5a 100644 |
--- a/components/cryptauth/BUILD.gn |
+++ b/components/cryptauth/BUILD.gn |
@@ -50,6 +50,8 @@ static_library("cryptauth") { |
"device_to_device_secure_context.h", |
"foreground_eid_generator.cc", |
"foreground_eid_generator.h", |
+ "local_device_data_provider.cc", |
+ "local_device_data_provider.h", |
"pref_names.cc", |
"pref_names.h", |
"raw_eid_generator.h", |
@@ -124,6 +126,8 @@ static_library("test_support") { |
"mock_cryptauth_client.h", |
"mock_foreground_eid_generator.cc", |
"mock_foreground_eid_generator.h", |
+ "mock_local_device_data_provider.cc", |
+ "mock_local_device_data_provider.h", |
"mock_remote_beacon_seed_fetcher.cc", |
"mock_remote_beacon_seed_fetcher.h", |
"mock_sync_scheduler.cc", |
@@ -162,6 +166,7 @@ source_set("unit_tests") { |
"device_to_device_secure_context_unittest.cc", |
"fake_secure_message_delegate_unittest.cc", |
"foreground_eid_generator_unittest.cc", |
+ "local_device_data_provider_unittest.cc", |
"raw_eid_generator_impl_unittest.cc", |
"remote_beacon_seed_fetcher_unittest.cc", |
"remote_device_loader_unittest.cc", |