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

Side by Side Diff: chrome/chrome_installer.gypi

Issue 1666363002: Delete old files after an update. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix return type Created 4 years, 9 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 unified diff | Download patch
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'lastchange_path': '../build/util/LASTCHANGE', 7 'lastchange_path': '../build/util/LASTCHANGE',
8 'branding_dir': 'app/theme/<(branding_path_component)', 8 'branding_dir': 'app/theme/<(branding_path_component)',
9 'branding_dir_100': 'app/theme/default_100_percent/<(branding_path_component )', 9 'branding_dir_100': 'app/theme/default_100_percent/<(branding_path_component )',
10 }, 10 },
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 'installer/setup/compat_checks_unittest.cc', 104 'installer/setup/compat_checks_unittest.cc',
105 'installer/setup/setup_constants.cc', 105 'installer/setup/setup_constants.cc',
106 'installer/util/advanced_firewall_manager_win_unittest.cc', 106 'installer/util/advanced_firewall_manager_win_unittest.cc',
107 'installer/util/beacons_unittest.cc', 107 'installer/util/beacons_unittest.cc',
108 'installer/util/callback_work_item_unittest.cc', 108 'installer/util/callback_work_item_unittest.cc',
109 'installer/util/channel_info_unittest.cc', 109 'installer/util/channel_info_unittest.cc',
110 'installer/util/copy_tree_work_item_unittest.cc', 110 'installer/util/copy_tree_work_item_unittest.cc',
111 'installer/util/create_dir_work_item_unittest.cc', 111 'installer/util/create_dir_work_item_unittest.cc',
112 'installer/util/create_reg_key_work_item_unittest.cc', 112 'installer/util/create_reg_key_work_item_unittest.cc',
113 'installer/util/delete_after_reboot_helper_unittest.cc', 113 'installer/util/delete_after_reboot_helper_unittest.cc',
114 'installer/util/delete_old_versions_unittest.cc',
114 'installer/util/delete_reg_key_work_item_unittest.cc', 115 'installer/util/delete_reg_key_work_item_unittest.cc',
115 'installer/util/delete_reg_value_work_item_unittest.cc', 116 'installer/util/delete_reg_value_work_item_unittest.cc',
116 'installer/util/delete_tree_work_item_unittest.cc', 117 'installer/util/delete_tree_work_item_unittest.cc',
117 'installer/util/duplicate_tree_detector_unittest.cc', 118 'installer/util/duplicate_tree_detector_unittest.cc',
118 'installer/util/fake_installation_state.h', 119 'installer/util/fake_installation_state.h',
119 'installer/util/fake_product_state.h', 120 'installer/util/fake_product_state.h',
120 'installer/util/google_update_settings_unittest.cc', 121 'installer/util/google_update_settings_unittest.cc',
121 'installer/util/install_util_unittest.cc', 122 'installer/util/install_util_unittest.cc',
122 'installer/util/installation_validation_helper.cc', 123 'installer/util/installation_validation_helper.cc',
123 'installer/util/installation_validation_helper.h', 124 'installer/util/installation_validation_helper.h',
(...skipping 1003 matching lines...) Expand 10 before | Expand all | Expand 10 after
1127 '../build/isolate.gypi', 1128 '../build/isolate.gypi',
1128 ], 1129 ],
1129 'sources': [ 1130 'sources': [
1130 'setup_unittests.isolate', 1131 'setup_unittests.isolate',
1131 ], 1132 ],
1132 }, 1133 },
1133 ], 1134 ],
1134 }], 1135 }],
1135 ], 1136 ],
1136 } 1137 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_installer_util.gypi » ('j') | chrome/installer/util/delete_old_versions.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698