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

Unified Diff: chrome/installer/util/BUILD.gn

Issue 1223953003: Introduce UpdateActiveSetupVersionWorkItem (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@a1_active_setup_onosup_addCB_API
Patch Set: Do not support negative values (operate on unsigned ints) Created 5 years, 5 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: chrome/installer/util/BUILD.gn
diff --git a/chrome/installer/util/BUILD.gn b/chrome/installer/util/BUILD.gn
index e21ff8cfda1eaabdfe2218623fcd518ee14a28b9..987cb291d7e9e68baec594279a967869bf2d6044 100644
--- a/chrome/installer/util/BUILD.gn
+++ b/chrome/installer/util/BUILD.gn
@@ -150,6 +150,8 @@ static_library("util") {
"self_reg_work_item.h",
"set_reg_value_work_item.cc",
"set_reg_value_work_item.h",
+ "update_active_setup_version_work_item.cc",
grt (UTC plus 2) 2015/07/09 14:23:53 move to installer/setup/BUILD.gn for the unittest.
gab 2015/07/09 20:36:37 Same argument as the other ones.
+ "update_active_setup_version_work_item.h",
"updating_app_registration_data.cc",
"updating_app_registration_data.h",
"util_constants.cc",
@@ -256,6 +258,7 @@ if (is_win) {
"test_app_registration_data.cc",
"test_app_registration_data.h",
"uninstall_metrics_unittest.cc",
+ "update_active_setup_version_work_item_unittest.cc",
grt (UTC plus 2) 2015/07/09 14:23:53 move to installer/setup/BUILD.gn
gab 2015/07/09 20:36:37 Same.
"wmi_unittest.cc",
"work_item_list_unittest.cc",
]

Powered by Google App Engine
This is Rietveld 408576698