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

Unified Diff: components/update_client/BUILD.gn

Issue 2835803002: Refactor the UpdateEngine and its actions in the component updater. (Closed)
Patch Set: Created 3 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 b5a29805ef53421d02a39d8f1d23c4b2336378f4..165d67d4f49a08a4c5c041dcf580155346897e7c 100644
--- a/components/update_client/BUILD.gn
+++ b/components/update_client/BUILD.gn
@@ -6,16 +6,10 @@ import("//net/features.gni")
static_library("update_client") {
sources = [
- "action.cc",
- "action.h",
- "action_update.cc",
- "action_update.h",
- "action_update_check.cc",
- "action_update_check.h",
- "action_wait.cc",
- "action_wait.h",
"background_downloader_win.cc",
"background_downloader_win.h",
+ "component.cc",
+ "component.h",
"component_patcher.cc",
"component_patcher.h",
"component_patcher_operation.cc",
@@ -33,6 +27,8 @@ static_library("update_client") {
"request_sender.cc",
"request_sender.h",
"task.h",
+ "task_send_uninstall_ping.cc",
+ "task_send_uninstall_ping.h",
"task_update.cc",
"task_update.h",
"update_checker.cc",

Powered by Google App Engine
This is Rietveld 408576698