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

Side by Side Diff: chrome/chrome_installer.gypi

Issue 1882923003: Add best-effort/allow rollback flags on WorkItem. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@simple_list_tests
Patch Set: fix build error 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') | chrome/installer/util/work_item.h » ('J')
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',
193 ], 194 ],
194 'msvs_settings': { 195 'msvs_settings': {
195 'VCManifestTool': { 196 'VCManifestTool': {
196 'AdditionalManifestFiles': [ 197 'AdditionalManifestFiles': [
197 '$(ProjectDir)\\installer\\mini_installer\\mini_installer.exe.ma nifest', 198 '$(ProjectDir)\\installer\\mini_installer\\mini_installer.exe.ma nifest',
198 ], 199 ],
199 }, 200 },
200 }, 201 },
201 }, 202 },
202 { 203 {
(...skipping 969 matching lines...) Expand 10 before | Expand all | Expand 10 after
1172 '../build/isolate.gypi', 1173 '../build/isolate.gypi',
1173 ], 1174 ],
1174 'sources': [ 1175 'sources': [
1175 'setup_unittests.isolate', 1176 'setup_unittests.isolate',
1176 ], 1177 ],
1177 }, 1178 },
1178 ], 1179 ],
1179 }], 1180 }],
1180 ], 1181 ],
1181 } 1182 }
OLDNEW
« no previous file with comments | « no previous file | chrome/installer/setup/install.cc » ('j') | chrome/installer/util/work_item.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698