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

Side by Side Diff: chrome/chrome_installer.gypi

Issue 1387963006: Adding error handlers to setup.exe (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 }, 210 },
211 { 211 {
212 # GN version: //chrome/installer/setup 212 # GN version: //chrome/installer/setup
213 'target_name': 'setup', 213 'target_name': 'setup',
214 'type': 'executable', 214 'type': 'executable',
215 'dependencies': [ 215 'dependencies': [
216 'chrome_version_header', 216 'chrome_version_header',
217 'installer_util', 217 'installer_util',
218 'installer_util_strings', 218 'installer_util_strings',
219 '../base/base.gyp:base', 219 '../base/base.gyp:base',
220 '../base/base.gyp:process_startup_helper_win',
220 '../breakpad/breakpad.gyp:breakpad_handler', 221 '../breakpad/breakpad.gyp:breakpad_handler',
221 '../chrome/common_constants.gyp:common_constants', 222 '../chrome/common_constants.gyp:common_constants',
222 '../chrome_elf/chrome_elf.gyp:chrome_elf_constants', 223 '../chrome_elf/chrome_elf.gyp:chrome_elf_constants',
223 '../rlz/rlz.gyp:rlz_lib', 224 '../rlz/rlz.gyp:rlz_lib',
224 '../third_party/zlib/zlib.gyp:zlib', 225 '../third_party/zlib/zlib.gyp:zlib',
225 ], 226 ],
226 'include_dirs': [ 227 'include_dirs': [
227 '..', 228 '..',
228 '<(INTERMEDIATE_DIR)', 229 '<(INTERMEDIATE_DIR)',
229 '<(SHARED_INTERMEDIATE_DIR)/setup', 230 '<(SHARED_INTERMEDIATE_DIR)/setup',
(...skipping 891 matching lines...) Expand 10 before | Expand all | Expand 10 after
1121 '../build/isolate.gypi', 1122 '../build/isolate.gypi',
1122 ], 1123 ],
1123 'sources': [ 1124 'sources': [
1124 'setup_unittests.isolate', 1125 'setup_unittests.isolate',
1125 ], 1126 ],
1126 }, 1127 },
1127 ], 1128 ],
1128 }], 1129 }],
1129 ], 1130 ],
1130 } 1131 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698