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

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: 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..44769c27008091b303173beaa6e5da78d9333d6f 100644
--- a/components/update_client/BUILD.gn
+++ b/components/update_client/BUILD.gn
@@ -14,6 +14,8 @@ source_set("update_client") {
"action_wait.h",
"background_downloader_win.cc",
"background_downloader_win.h",
+ "component_metadata.cc",
+ "component_metadata.h",
"component_patcher.cc",
"component_patcher.h",
"component_patcher_operation.cc",
@@ -89,6 +91,7 @@ source_set("test_support") {
source_set("unit_tests") {
testonly = true
sources = [
+ "component_metadata_unittest.cc",
"component_patcher_unittest.cc",
"crx_downloader_unittest.cc",
"ping_manager_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698