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

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

Issue 1223953003: Introduce UpdateActiveSetupVersionWorkItem (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@a1_active_setup_onosup_addCB_API
Patch Set: merge to r338517 add GN support for setup_unittests 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
« no previous file with comments | « chrome/chrome_installer.gypi ('k') | chrome/installer/setup/update_active_setup_version_work_item.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/setup/BUILD.gn
diff --git a/chrome/installer/setup/BUILD.gn b/chrome/installer/setup/BUILD.gn
index 449f16fc317354905c8b132e613e638f9ca9036d..5809a9d86c3557d12165b2baf347fa2c131b70b0 100644
--- a/chrome/installer/setup/BUILD.gn
+++ b/chrome/installer/setup/BUILD.gn
@@ -39,6 +39,9 @@ if (is_win) {
"setup_util.cc",
"setup_util_unittest.cc",
"setup_util_unittest.h",
+ "update_active_setup_version_work_item.cc", # Move to lib
+ "update_active_setup_version_work_item.h", # Move to lib
+ "update_active_setup_version_work_item_unittest.cc",
]
deps = [
« no previous file with comments | « chrome/chrome_installer.gypi ('k') | chrome/installer/setup/update_active_setup_version_work_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698