1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
6 'version_py': '<(DEPTH)/build/util/version.py',
7 'version_path': '<(DEPTH)/chrome/VERSION',
8 'lastchange_path': '<(DEPTH)/build/util/LASTCHANGE',
9 'branding_dir': '../app/theme/<(branding_path_component)',
10 'msvs_use_common_release': 0,
11 'msvs_use_common_linker_extras': 0,
14 '../../build/win_precompile.gypi',
17 # This target won't build in fastbuild, since there are no PDBs.
18 ['OS=="win" and fastbuild==0', {
20 ['chrome_multiple_dll==0', {
23 'target_name': 'mini_installer_syzygy',
25 'product_name': 'mini_installer',
28 'chrome_dll_project': [
29 '../chrome_syzygy.gyp:chrome_dll_syzygy',
32 '<(PRODUCT_DIR)/syzygy/chrome.dll',
34 'output_dir': '<(PRODUCT_DIR)/syzygy',
36 # Bulk of the build configuration comes from here.
37 'includes': [ 'mini_installer.gypi', ],
43 'target_name': 'mini_installer_syzygy',
45 'product_name': 'mini_installer',
48 'chrome_dll_project': [
49 '../chrome_syzygy.gyp:chrome_dll_syzygy',
50 '../chrome_syzygy.gyp:chrome_child_dll_syzygy',
53 '<(PRODUCT_DIR)/syzygy/chrome.dll',
54 '<(PRODUCT_DIR)/syzygy/chrome_child.dll',
56 'output_dir': '<(PRODUCT_DIR)/syzygy',
58 # Bulk of the build configuration comes from here.
59 'includes': [ 'mini_installer.gypi', ],