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

Side by Side Diff: chrome/chrome_installer.gypi

Issue 1475643004: Add crash keys for the installer covering simple InstallerState fields. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move include file to fix last nit Created 5 years 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') | 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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 'installer/setup/app_launcher_installer.cc', 240 'installer/setup/app_launcher_installer.cc',
241 'installer/setup/app_launcher_installer.h', 241 'installer/setup/app_launcher_installer.h',
242 'installer/setup/archive_patch_helper.cc', 242 'installer/setup/archive_patch_helper.cc',
243 'installer/setup/archive_patch_helper.h', 243 'installer/setup/archive_patch_helper.h',
244 'installer/setup/install.cc', 244 'installer/setup/install.cc',
245 'installer/setup/install.h', 245 'installer/setup/install.h',
246 'installer/setup/install_worker.cc', 246 'installer/setup/install_worker.cc',
247 'installer/setup/install_worker.h', 247 'installer/setup/install_worker.h',
248 'installer/setup/installer_crash_reporter_client.cc', 248 'installer/setup/installer_crash_reporter_client.cc',
249 'installer/setup/installer_crash_reporter_client.h', 249 'installer/setup/installer_crash_reporter_client.h',
250 'installer/setup/installer_crash_reporting.cc',
251 'installer/setup/installer_crash_reporting.h',
250 'installer/setup/setup.ico', 252 'installer/setup/setup.ico',
251 'installer/setup/setup.rc', 253 'installer/setup/setup.rc',
252 'installer/setup/setup_constants.cc', 254 'installer/setup/setup_constants.cc',
253 'installer/setup/setup_constants.h', 255 'installer/setup/setup_constants.h',
254 'installer/setup/setup_exe_version.rc.version', 256 'installer/setup/setup_exe_version.rc.version',
255 'installer/setup/setup_main.cc', 257 'installer/setup/setup_main.cc',
256 'installer/setup/setup_main.h', 258 'installer/setup/setup_main.h',
257 'installer/setup/setup_resource.h', 259 'installer/setup/setup_resource.h',
258 'installer/setup/setup_util.cc', 260 'installer/setup/setup_util.cc',
259 'installer/setup/setup_util.h', 261 'installer/setup/setup_util.h',
(...skipping 878 matching lines...) Expand 10 before | Expand all | Expand 10 after
1138 '../build/isolate.gypi', 1140 '../build/isolate.gypi',
1139 ], 1141 ],
1140 'sources': [ 1142 'sources': [
1141 'setup_unittests.isolate', 1143 'setup_unittests.isolate',
1142 ], 1144 ],
1143 }, 1145 },
1144 ], 1146 ],
1145 }], 1147 }],
1146 ], 1148 ],
1147 } 1149 }
OLDNEW
« no previous file with comments | « no previous file | chrome/installer/setup/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698