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

Side by Side Diff: chrome/chrome_installer_util.gypi

Issue 10166021: fix incremental_chrome_dll shared build on windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reformat from a linux machine?? Created 8 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « build/common.gypi ('k') | content/content.gyp » ('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) 2011 The Chromium Authors. All rights reserved. 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 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'installer_util_target': 0, 8 'installer_util_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 'installer/util/master_preferences.h', 138 'installer/util/master_preferences.h',
139 'installer/util/product.h', 139 'installer/util/product.h',
140 'installer/util/product.cc', 140 'installer/util/product.cc',
141 'installer/util/product_operations.h', 141 'installer/util/product_operations.h',
142 'installer/util/self_cleaning_temp_dir.cc', 142 'installer/util/self_cleaning_temp_dir.cc',
143 'installer/util/self_cleaning_temp_dir.h', 143 'installer/util/self_cleaning_temp_dir.h',
144 'installer/util/shell_util.cc', 144 'installer/util/shell_util.cc',
145 'installer/util/shell_util.h', 145 'installer/util/shell_util.h',
146 ], 146 ],
147 'conditions': [ 147 'conditions': [
148 ['component=="shared_library" and incremental_chrome_dll!=1', { 148 ['component=="shared_library"', {
149 'sources': [ '../content/public/common/content_switches.cc' ], 149 'sources': [ '../content/public/common/content_switches.cc' ],
150 'defines': [ 'COMPILE_CONTENT_STATICALLY'], 150 'defines': [ 'COMPILE_CONTENT_STATICALLY'],
151 }, { 151 }, {
152 'dependencies': ['<(DEPTH)/content/content.gyp:content_common'], 152 'dependencies': ['<(DEPTH)/content/content.gyp:content_common'],
153 }], 153 }],
154 ], 154 ],
155 }, 155 },
156 { 156 {
157 'target_name': 'installer_util_nacl_win64', 157 'target_name': 'installer_util_nacl_win64',
158 'type': 'static_library', 158 'type': 'static_library',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 'sources': [ '../content/public/common/content_switches.cc' ], 202 'sources': [ '../content/public/common/content_switches.cc' ],
203 'defines': [ 'COMPILE_CONTENT_STATICALLY'], 203 'defines': [ 'COMPILE_CONTENT_STATICALLY'],
204 }], 204 }],
205 ], 205 ],
206 } 206 }
207 ], 207 ],
208 }], 208 }],
209 209
210 ], 210 ],
211 } 211 }
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | content/content.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698