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

Unified Diff: chrome/chrome_installer.gypi

Issue 1223953003: Introduce UpdateActiveSetupVersionWorkItem (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@a1_active_setup_onosup_addCB_API
Patch Set: Composition instead of inheritance 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/chrome_installer.gypi
diff --git a/chrome/chrome_installer.gypi b/chrome/chrome_installer.gypi
index 99ccd5c3ba945c3e9308783954ab8ff23a413d5c..08a26e5b360409cbab69ac9aab0679f70d6dd1a7 100644
--- a/chrome/chrome_installer.gypi
+++ b/chrome/chrome_installer.gypi
@@ -356,6 +356,9 @@
'installer/setup/setup_util.cc',
'installer/setup/setup_util_unittest.cc',
'installer/setup/setup_util_unittest.h',
+ 'installer/setup/update_active_setup_version_work_item.cc', # Move to lib
grt (UTC plus 2) 2015/07/13 16:47:04 add to chrome/installer/setup/BUILD.gn
gab 2015/07/13 16:58:01 Ah, had checked but looks like chrome/installer/se
+ 'installer/setup/update_active_setup_version_work_item.h', # Move to lib
+ 'installer/setup/update_active_setup_version_work_item_unittest.cc',
],
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
'msvs_disabled_warnings': [ 4267, ],

Powered by Google App Engine
This is Rietveld 408576698