Migrate PreferencesRepository from location/nearby to third_party/nearby

PiperOrigin-RevId: 524185819
This commit is contained in:
Chun Zhang
2023-04-13 21:19:12 -07:00
committed by Copybara-Service
parent b023a666b9
commit 00bba36219
13 changed files with 651 additions and 1 deletions
@@ -33,6 +33,7 @@ cc_library(
"log_message.h",
"mutex.h",
"output_file.h",
"preferences_repository.h",
"scheduled_executor.h",
"settable_future.h",
"submittable_executor.h",
@@ -148,6 +149,7 @@ cc_library(
"file_path.cc",
"http_loader.cc",
"platform.cc",
"preferences_repository.cc",
"scheduled_executor.cc",
"submittable_executor.cc",
"system_clock.cc",
@@ -239,6 +241,7 @@ cc_test(
"executor_test.cc",
"file_path_test.cc",
"http_loader_test.cc",
"preferences_repository_test.cc",
"scheduled_executor_test.cc",
"submittable_executor_test.cc",
"thread_pool_test.cc",