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

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: Another test 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
« no previous file with comments | « components/update_client.gypi ('k') | components/update_client/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/update_client/BUILD.gn
diff --git a/components/update_client/BUILD.gn b/components/update_client/BUILD.gn
index e6c687946445534dbe71f9741ae289b0fbc108e1..a6a89311607b6d5d4860567eea1e5e72052fa8f6 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",
@@ -54,6 +56,7 @@ source_set("update_client") {
"//base",
"//components/client_update_protocol",
"//components/crx_file",
+ "//components/prefs",
"//courgette:courgette_lib",
"//crypto",
"//net",
@@ -79,6 +82,7 @@ source_set("test_support") {
]
deps = [
"//base",
+ "//components/prefs",
"//net:test_support",
"//testing/gmock",
"//testing/gtest",
@@ -91,6 +95,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",
@@ -104,6 +109,8 @@ source_set("unit_tests") {
":test_support",
":update_client",
"//base",
+ "//components/prefs",
+ "//components/prefs:test_support",
"//courgette:courgette_lib",
"//net:test_support",
"//testing/gmock",
« no previous file with comments | « components/update_client.gypi ('k') | components/update_client/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698