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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 11418307: Revert 170912 - need more delayloads. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | media/media.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) 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 'conditions': [ 5 'conditions': [
6 ['OS=="mac" or OS=="win"', { 6 ['OS=="mac" or OS=="win"', {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'chrome_dll', 9 'target_name': 'chrome_dll',
10 'type': 'none', 10 'type': 'none',
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 }], 176 }],
177 ], 177 ],
178 'DelayLoadDLLs': [ 178 'DelayLoadDLLs': [
179 'comdlg32.dll', 179 'comdlg32.dll',
180 'crypt32.dll', 180 'crypt32.dll',
181 'cryptui.dll', 181 'cryptui.dll',
182 'dhcpcsvc.dll', 182 'dhcpcsvc.dll',
183 'imagehlp.dll', 183 'imagehlp.dll',
184 'imm32.dll', 184 'imm32.dll',
185 'iphlpapi.dll', 185 'iphlpapi.dll',
186 'mf.dll',
187 'mfplat.dll',
188 'mfreadwrite.dll',
189 'setupapi.dll', 186 'setupapi.dll',
190 'urlmon.dll', 187 'urlmon.dll',
191 'winhttp.dll', 188 'winhttp.dll',
192 'wininet.dll', 189 'wininet.dll',
193 'winspool.drv', 190 'winspool.drv',
194 'ws2_32.dll', 191 'ws2_32.dll',
195 'wsock32.dll', 192 'wsock32.dll',
196 ], 193 ],
197 }, 194 },
198 'VCManifestTool': { 195 'VCManifestTool': {
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 ], 261 ],
265 }], 262 }],
266 ], # conditions 263 ], # conditions
267 }], # OS=="mac" 264 }], # OS=="mac"
268 ], # conditions 265 ], # conditions
269 }, # target chrome_dll 266 }, # target chrome_dll
270 ], # targets 267 ], # targets
271 }], # OS=="mac" or OS=="win" 268 }], # OS=="mac" or OS=="win"
272 ], 269 ],
273 } 270 }
OLDNEW
« no previous file with comments | « no previous file | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698