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

Side by Side Diff: chrome/chrome_installer.gypi

Issue 2017123002: Adds a base32 component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Migrates installer/setup/user_hive_visitor.cc to use base32 component Created 4 years, 6 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/chrome_installer_util.gypi » ('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 'includes': [ 6 'includes': [
7 '../media/cdm_paths.gypi', 7 '../media/cdm_paths.gypi',
8 ], 8 ],
9 'variables': { 9 'variables': {
10 'lastchange_path': '../build/util/LASTCHANGE', 10 'lastchange_path': '../build/util/LASTCHANGE',
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 { 301 {
302 # GN version: //chrome/installer/setup 302 # GN version: //chrome/installer/setup
303 'target_name': 'setup', 303 'target_name': 'setup',
304 'type': 'executable', 304 'type': 'executable',
305 'dependencies': [ 305 'dependencies': [
306 'setup_lib', 306 'setup_lib',
307 '../chrome/chrome.gyp:install_static_util', 307 '../chrome/chrome.gyp:install_static_util',
308 '../chrome/common_constants.gyp:common_constants', 308 '../chrome/common_constants.gyp:common_constants',
309 '../chrome/common_constants.gyp:version_header', 309 '../chrome/common_constants.gyp:version_header',
310 '../chrome_elf/chrome_elf.gyp:chrome_elf_constants', 310 '../chrome_elf/chrome_elf.gyp:chrome_elf_constants',
311 '../components/components.gyp:base32',
311 '../components/components.gyp:crash_component', 312 '../components/components.gyp:crash_component',
312 '../rlz/rlz.gyp:rlz_lib', 313 '../rlz/rlz.gyp:rlz_lib',
313 '../third_party/zlib/zlib.gyp:zlib', 314 '../third_party/zlib/zlib.gyp:zlib',
314 ], 315 ],
315 'defines': [ 316 'defines': [
316 'COMPILE_CONTENT_STATICALLY', 317 'COMPILE_CONTENT_STATICALLY',
317 ], 318 ],
318 'include_dirs': [ 319 'include_dirs': [
319 '..', 320 '..',
320 '<(INTERMEDIATE_DIR)', 321 '<(INTERMEDIATE_DIR)',
(...skipping 858 matching lines...) Expand 10 before | Expand all | Expand 10 after
1179 '../build/isolate.gypi', 1180 '../build/isolate.gypi',
1180 ], 1181 ],
1181 'sources': [ 1182 'sources': [
1182 'setup_unittests.isolate', 1183 'setup_unittests.isolate',
1183 ], 1184 ],
1184 }, 1185 },
1185 ], 1186 ],
1186 }], 1187 }],
1187 ], 1188 ],
1188 } 1189 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_installer_util.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698