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

Unified Diff: chrome/chrome_installer_util.gypi

Issue 6288009: More installer refactoring in the interest of fixing some bugs and cleaning t... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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
« no previous file with comments | « chrome/chrome_installer.gypi ('k') | chrome/common/chrome_paths_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_installer_util.gypi
===================================================================
--- chrome/chrome_installer_util.gypi (revision 72487)
+++ chrome/chrome_installer_util.gypi (working copy)
@@ -17,6 +17,8 @@
'installer/util/channel_info.h',
'installer/util/chrome_frame_distribution.cc',
'installer/util/chrome_frame_distribution.h',
+ 'installer/util/chromium_binaries_distribution.cc',
+ 'installer/util/chromium_binaries_distribution.h',
'installer/util/conditional_work_item_list.cc',
'installer/util/conditional_work_item_list.h',
'installer/util/copy_tree_work_item.cc',
@@ -31,6 +33,8 @@
'installer/util/delete_reg_value_work_item.h',
'installer/util/delete_tree_work_item.cc',
'installer/util/delete_tree_work_item.h',
+ 'installer/util/google_chrome_binaries_distribution.cc',
+ 'installer/util/google_chrome_binaries_distribution.h',
'installer/util/google_chrome_sxs_distribution.cc',
'installer/util/google_chrome_sxs_distribution.h',
'installer/util/google_update_constants.cc',
@@ -53,10 +57,6 @@
'installer/util/master_preferences_constants.h',
'installer/util/move_tree_work_item.cc',
'installer/util/move_tree_work_item.h',
- 'installer/util/package.h',
- 'installer/util/package.cc',
- 'installer/util/package_properties.h',
- 'installer/util/package_properties.cc',
'installer/util/self_reg_work_item.cc',
'installer/util/self_reg_work_item.h',
'installer/util/set_reg_value_work_item.cc',
@@ -99,6 +99,12 @@
'<(DEPTH)/third_party/lzma_sdk/lzma_sdk.gyp:lzma_sdk',
],
'sources': [
+ 'installer/util/chrome_browser_operations.cc',
+ 'installer/util/chrome_browser_operations.h',
+ 'installer/util/chrome_browser_sxs_operations.cc',
+ 'installer/util/chrome_browser_sxs_operations.h',
+ 'installer/util/chrome_frame_operations.cc',
+ 'installer/util/chrome_frame_operations.h',
'installer/util/compat_checks.cc',
'installer/util/compat_checks.h',
'installer/util/delete_after_reboot_helper.cc',
@@ -115,6 +121,7 @@
'installer/util/master_preferences.h',
'installer/util/product.h',
'installer/util/product.cc',
+ 'installer/util/product_operations.h',
'installer/util/shell_util.cc',
'installer/util/shell_util.h',
],
« no previous file with comments | « chrome/chrome_installer.gypi ('k') | chrome/common/chrome_paths_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698