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

Unified Diff: components/cryptauth/BUILD.gn

Issue 2951303002: [CrOS Tether] Move LocalDeviceDataProvider from //chromeos/components/tether to //components/crypta… (Closed)
Patch Set: Rebased. Created 3 years, 6 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 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",
« no previous file with comments | « chromeos/components/tether/mock_local_device_data_provider.cc ('k') | components/cryptauth/local_device_data_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698