| Index: chrome/chrome_installer_util.gypi
|
| diff --git a/chrome/chrome_installer_util.gypi b/chrome/chrome_installer_util.gypi
|
| index c6ea69ce0e7c7900c483c9dd9fcd1001e706e5b0..6af80bd59ccf2d8b04d56feb17c89aac7a0a5527 100644
|
| --- a/chrome/chrome_installer_util.gypi
|
| +++ b/chrome/chrome_installer_util.gypi
|
| @@ -73,6 +73,8 @@
|
| 'installer/util/self_reg_work_item.h',
|
| 'installer/util/set_reg_value_work_item.cc',
|
| 'installer/util/set_reg_value_work_item.h',
|
| + 'installer/util/shell_util.cc',
|
| + 'installer/util/shell_util.h',
|
| 'installer/util/util_constants.cc',
|
| 'installer/util/util_constants.h',
|
| 'installer/util/wmi.cc',
|
| @@ -141,8 +143,6 @@
|
| 'installer/util/product_operations.h',
|
| 'installer/util/self_cleaning_temp_dir.cc',
|
| 'installer/util/self_cleaning_temp_dir.h',
|
| - 'installer/util/shell_util.cc',
|
| - 'installer/util/shell_util.h',
|
| ],
|
| 'conditions': [
|
| ['component=="shared_library"', {
|
|
|