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

Side by Side Diff: chrome/chrome_installer.gypi

Issue 1780693002: Fix the path of Chrome shortcuts from the installer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | chrome/installer/setup/BUILD.gn » ('j') | chrome/installer/setup/install.cc » ('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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 'installer/setup/installer_crash_reporting.cc', 240 'installer/setup/installer_crash_reporting.cc',
241 'installer/setup/installer_crash_reporting.h', 241 'installer/setup/installer_crash_reporting.h',
242 'installer/setup/installer_metrics.cc', 242 'installer/setup/installer_metrics.cc',
243 'installer/setup/installer_metrics.h', 243 'installer/setup/installer_metrics.h',
244 'installer/setup/setup_constants.cc', 244 'installer/setup/setup_constants.cc',
245 'installer/setup/setup_constants.h', 245 'installer/setup/setup_constants.h',
246 'installer/setup/setup_util.cc', 246 'installer/setup/setup_util.cc',
247 'installer/setup/setup_util.h', 247 'installer/setup/setup_util.h',
248 'installer/setup/update_active_setup_version_work_item.cc', 248 'installer/setup/update_active_setup_version_work_item.cc',
249 'installer/setup/update_active_setup_version_work_item.h', 249 'installer/setup/update_active_setup_version_work_item.h',
250 'installer/setup/update_shortcuts.cc',
251 'installer/setup/update_shortcuts.h',
250 ], 252 ],
251 }, 253 },
252 { 254 {
253 # GN version: //chrome/installer/setup 255 # GN version: //chrome/installer/setup
254 'target_name': 'setup', 256 'target_name': 'setup',
255 'type': 'executable', 257 'type': 'executable',
256 'dependencies': [ 258 'dependencies': [
257 'setup_lib', 259 'setup_lib',
258 '../chrome/common_constants.gyp:common_constants', 260 '../chrome/common_constants.gyp:common_constants',
259 '../chrome/common_constants.gyp:version_header', 261 '../chrome/common_constants.gyp:version_header',
(...skipping 867 matching lines...) Expand 10 before | Expand all | Expand 10 after
1127 '../build/isolate.gypi', 1129 '../build/isolate.gypi',
1128 ], 1130 ],
1129 'sources': [ 1131 'sources': [
1130 'setup_unittests.isolate', 1132 'setup_unittests.isolate',
1131 ], 1133 ],
1132 }, 1134 },
1133 ], 1135 ],
1134 }], 1136 }],
1135 ], 1137 ],
1136 } 1138 }
OLDNEW
« no previous file with comments | « no previous file | chrome/installer/setup/BUILD.gn » ('j') | chrome/installer/setup/install.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698