Chromium Code Reviews| 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, ], |