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

Unified Diff: components/component_updater/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
Index: components/component_updater/BUILD.gn
diff --git a/components/component_updater/BUILD.gn b/components/component_updater/BUILD.gn
index 1b5b142a84f5919ddf62d693da103e4f8397a048..210a6be75ca839e8a52ca282c90bf5f335eec980 100644
--- a/components/component_updater/BUILD.gn
+++ b/components/component_updater/BUILD.gn
@@ -21,8 +21,6 @@ static_library("component_updater") {
"pref_names.h",
"timer.cc",
"timer.h",
- "updater_state_win.cc",
- "updater_state_win.h",
]
deps = [
@@ -55,7 +53,6 @@ source_set("unit_tests") {
"configurator_impl_unittest.cc",
"default_component_installer_unittest.cc",
"timer_unittest.cc",
- "updater_state_unittest_win.cc",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698