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

Side by Side Diff: chrome/chrome_installer.gypi

Issue 1223933005: Make use of the new UpdateActiveSetupVersionWorkItem. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@a3_cleanup_unused_param
Patch Set: merge up to r338517 Created 5 years, 5 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 'libpeer_target_type%': 'static_library', 8 'libpeer_target_type%': 'static_library',
9 'branding_dir': 'app/theme/<(branding_path_component)', 9 'branding_dir': 'app/theme/<(branding_path_component)',
10 'branding_dir_100': 'app/theme/default_100_percent/<(branding_path_component )', 10 'branding_dir_100': 'app/theme/default_100_percent/<(branding_path_component )',
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 'installer/setup/setup_constants.cc', 246 'installer/setup/setup_constants.cc',
247 'installer/setup/setup_constants.h', 247 'installer/setup/setup_constants.h',
248 'installer/setup/setup_exe_version.rc.version', 248 'installer/setup/setup_exe_version.rc.version',
249 'installer/setup/setup_main.cc', 249 'installer/setup/setup_main.cc',
250 'installer/setup/setup_main.h', 250 'installer/setup/setup_main.h',
251 'installer/setup/setup_resource.h', 251 'installer/setup/setup_resource.h',
252 'installer/setup/setup_util.cc', 252 'installer/setup/setup_util.cc',
253 'installer/setup/setup_util.h', 253 'installer/setup/setup_util.h',
254 'installer/setup/uninstall.cc', 254 'installer/setup/uninstall.cc',
255 'installer/setup/uninstall.h', 255 'installer/setup/uninstall.h',
256 'installer/setup/update_active_setup_version_work_item.cc',
257 'installer/setup/update_active_setup_version_work_item.h',
256 ], 258 ],
257 'msvs_settings': { 259 'msvs_settings': {
258 'VCLinkerTool': { 260 'VCLinkerTool': {
259 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 261 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
260 }, 262 },
261 'VCManifestTool': { 263 'VCManifestTool': {
262 'AdditionalManifestFiles': [ 264 'AdditionalManifestFiles': [
263 '$(ProjectDir)\\installer\\setup\\setup.exe.manifest', 265 '$(ProjectDir)\\installer\\setup\\setup.exe.manifest',
264 ], 266 ],
265 }, 267 },
(...skipping 817 matching lines...) Expand 10 before | Expand all | Expand 10 after
1083 '../build/isolate.gypi', 1085 '../build/isolate.gypi',
1084 ], 1086 ],
1085 'sources': [ 1087 'sources': [
1086 'installer_util_unittests.isolate', 1088 'installer_util_unittests.isolate',
1087 ], 1089 ],
1088 }, 1090 },
1089 ], 1091 ],
1090 }], 1092 }],
1091 ], 1093 ],
1092 } 1094 }
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