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

Unified Diff: components/update_client/BUILD.gn

Issue 2498873003: Refactor how the updater state data is serialized in update checks. (Closed)
Patch Set: Created 4 years, 1 month 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/component_updater/updater_state_win.cc ('k') | components/update_client/configurator.h » ('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 4b8548fcbfb35d07953fdab1b6d3f3a2660ca3ee..7e0164f1fb062d7706e51c80bff7f3aff22c478d 100644
--- a/components/update_client/BUILD.gn
+++ b/components/update_client/BUILD.gn
@@ -49,6 +49,9 @@ static_library("update_client") {
"update_query_params_delegate.h",
"update_response.cc",
"update_response.h",
+ "updater_state.cc",
+ "updater_state.h",
+ "updater_state_win.cc",
"url_fetcher_downloader.cc",
"url_fetcher_downloader.h",
"utils.cc",
@@ -126,6 +129,7 @@ source_set("unit_tests") {
"update_client_unittest.cc",
"update_query_params_unittest.cc",
"update_response_unittest.cc",
+ "updater_state_unittest.cc",
"utils_unittest.cc",
]
« no previous file with comments | « components/component_updater/updater_state_win.cc ('k') | components/update_client/configurator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698