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

Unified Diff: components/update_client.gypi

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.gypi
diff --git a/components/update_client.gypi b/components/update_client.gypi
index cbab44aa76a7d7fdcd89fc8c6a6ab70549b43a2b..b844c3f051dad25749379c0aa6270251b55397f6 100644
--- a/components/update_client.gypi
+++ b/components/update_client.gypi
@@ -34,6 +34,8 @@
'update_client/action_wait.h',
'update_client/background_downloader_win.cc',
'update_client/background_downloader_win.h',
+ 'update_client/component_metadata.cc',
Sorin Jianu 2016/04/07 04:03:19 Just curious, why do we call this "metadata"?
waffles 2016/04/07 17:04:43 I've renamed it to persisted_data.*. component_met
+ 'update_client/component_metadata.h',
'update_client/component_patcher.cc',
'update_client/component_patcher.h',
'update_client/component_patcher_operation.cc',

Powered by Google App Engine
This is Rietveld 408576698