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

Side by Side Diff: chrome/chrome_installer.gypi

Issue 1976443005: Revert of Add best-effort/allow rollback flags on WorkItem. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@simple_list_tests
Patch Set: Created 4 years, 7 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
« no previous file with comments | « no previous file | chrome/installer/setup/install.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 'installer/util/self_cleaning_temp_dir_unittest.cc', 183 'installer/util/self_cleaning_temp_dir_unittest.cc',
184 'installer/util/set_reg_value_work_item_unittest.cc', 184 'installer/util/set_reg_value_work_item_unittest.cc',
185 'installer/util/shell_util_unittest.cc', 185 'installer/util/shell_util_unittest.cc',
186 'installer/util/test_app_registration_data.cc', 186 'installer/util/test_app_registration_data.cc',
187 'installer/util/test_app_registration_data.h', 187 'installer/util/test_app_registration_data.h',
188 'installer/util/uninstall_metrics_unittest.cc', 188 'installer/util/uninstall_metrics_unittest.cc',
189 'installer/util/wmi_unittest.cc', 189 'installer/util/wmi_unittest.cc',
190 'installer/util/work_item_list_unittest.cc', 190 'installer/util/work_item_list_unittest.cc',
191 'installer/util/work_item_mocks.cc', 191 'installer/util/work_item_mocks.cc',
192 'installer/util/work_item_mocks.h', 192 'installer/util/work_item_mocks.h',
193 'installer/util/work_item_unittest.cc',
194 ], 193 ],
195 'msvs_settings': { 194 'msvs_settings': {
196 'VCManifestTool': { 195 'VCManifestTool': {
197 'AdditionalManifestFiles': [ 196 'AdditionalManifestFiles': [
198 '$(ProjectDir)\\installer\\mini_installer\\mini_installer.exe.ma nifest', 197 '$(ProjectDir)\\installer\\mini_installer\\mini_installer.exe.ma nifest',
199 ], 198 ],
200 }, 199 },
201 }, 200 },
202 }, 201 },
203 { 202 {
(...skipping 969 matching lines...) Expand 10 before | Expand all | Expand 10 after
1173 '../build/isolate.gypi', 1172 '../build/isolate.gypi',
1174 ], 1173 ],
1175 'sources': [ 1174 'sources': [
1176 'setup_unittests.isolate', 1175 'setup_unittests.isolate',
1177 ], 1176 ],
1178 }, 1177 },
1179 ], 1178 ],
1180 }], 1179 }],
1181 ], 1180 ],
1182 } 1181 }
OLDNEW
« no previous file with comments | « no previous file | chrome/installer/setup/install.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698