summaryrefslogtreecommitdiffstats
path: root/chrome/installer/installer.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/installer/installer.gyp')
-rw-r--r--chrome/installer/installer.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/installer/installer.gyp b/chrome/installer/installer.gyp
index b49f877..df05ed1 100644
--- a/chrome/installer/installer.gyp
+++ b/chrome/installer/installer.gyp
@@ -41,6 +41,8 @@
'util/create_dir_work_item.h',
'util/create_reg_key_work_item.cc',
'util/create_reg_key_work_item.h',
+ 'util/delete_after_reboot_helper.cc',
+ 'util/delete_after_reboot_helper.h',
'util/delete_reg_value_work_item.cc',
'util/delete_reg_value_work_item.h',
'util/delete_tree_work_item.cc',
@@ -150,6 +152,7 @@
'util/copy_tree_work_item_unittest.cc',
'util/create_dir_work_item_unittest.cc',
'util/create_reg_key_work_item_unittest.cc',
+ 'util/delete_after_reboot_helper_unittest.cc',
'util/delete_reg_value_work_item_unittest.cc',
'util/delete_tree_work_item_unittest.cc',
'util/google_chrome_distribution_unittest.cc',