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

Unified Diff: components/component_updater/BUILD.gn

Issue 2286483002: Serialize Google Update state as part of the recovery component update checks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove unused Created 4 years, 4 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/component_updater.gypi ('k') | components/component_updater/component_updater_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/component_updater/BUILD.gn
diff --git a/components/component_updater/BUILD.gn b/components/component_updater/BUILD.gn
index 210a6be75ca839e8a52ca282c90bf5f335eec980..1b5b142a84f5919ddf62d693da103e4f8397a048 100644
--- a/components/component_updater/BUILD.gn
+++ b/components/component_updater/BUILD.gn
@@ -21,6 +21,8 @@ static_library("component_updater") {
"pref_names.h",
"timer.cc",
"timer.h",
+ "updater_state_win.cc",
+ "updater_state_win.h",
]
deps = [
@@ -53,6 +55,7 @@ source_set("unit_tests") {
"configurator_impl_unittest.cc",
"default_component_installer_unittest.cc",
"timer_unittest.cc",
+ "updater_state_unittest_win.cc",
]
deps = [
« no previous file with comments | « components/component_updater.gypi ('k') | components/component_updater/component_updater_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698