| Index: chrome/chrome_installer.gypi
|
| diff --git a/chrome/chrome_installer.gypi b/chrome/chrome_installer.gypi
|
| index 7f6c7703fd0f5641bf17ef83b23fc4f58cb0d6cb..2c8194f9807a34e77902a952d52a70f9563cc246 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
|
| + '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, ],
|
|
|