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

Unified Diff: components/update_client/BUILD.gn

Issue 1861383004: Add module for counting date-last-roll-call and persisting those counts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ThreadChecker fix Created 4 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
Index: components/update_client/BUILD.gn
diff --git a/components/update_client/BUILD.gn b/components/update_client/BUILD.gn
index e6c687946445534dbe71f9741ae289b0fbc108e1..eeb9c54f113ca3e54d8dbc0f56268dbdc5b29d9e 100644
--- a/components/update_client/BUILD.gn
+++ b/components/update_client/BUILD.gn
@@ -24,6 +24,8 @@ source_set("update_client") {
"crx_downloader.cc",
"crx_downloader.h",
"crx_update_item.h",
+ "persisted_data.cc",
+ "persisted_data.h",
"ping_manager.cc",
"ping_manager.h",
"request_sender.cc",
@@ -91,6 +93,7 @@ source_set("unit_tests") {
sources = [
"component_patcher_unittest.cc",
"crx_downloader_unittest.cc",
+ "persisted_data_unittest.cc",
"ping_manager_unittest.cc",
"request_sender_unittest.cc",
"update_checker_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698