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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 8370019: Change the delay loading of user32.dll to content_browser (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | content/content_browser.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) 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 'conditions': [ 5 'conditions': [
6 ['OS=="mac" or OS=="win"', { 6 ['OS=="mac" or OS=="win"', {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'variables': { 9 'variables': {
10 'conditions' : [ 10 'conditions' : [
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 'DelayLoadDLLs': [ 126 'DelayLoadDLLs': [
127 'comdlg32.dll', 127 'comdlg32.dll',
128 'crypt32.dll', 128 'crypt32.dll',
129 'cryptui.dll', 129 'cryptui.dll',
130 'dhcpcsvc.dll', 130 'dhcpcsvc.dll',
131 'imagehlp.dll', 131 'imagehlp.dll',
132 'imm32.dll', 132 'imm32.dll',
133 'iphlpapi.dll', 133 'iphlpapi.dll',
134 'setupapi.dll', 134 'setupapi.dll',
135 'urlmon.dll', 135 'urlmon.dll',
136 'user32.dll',
137 'winhttp.dll', 136 'winhttp.dll',
138 'wininet.dll', 137 'wininet.dll',
139 'winspool.drv', 138 'winspool.drv',
140 'ws2_32.dll', 139 'ws2_32.dll',
141 'wsock32.dll', 140 'wsock32.dll',
142 ], 141 ],
143 }, 142 },
144 'VCManifestTool': { 143 'VCManifestTool': {
145 'AdditionalManifestFiles': '$(ProjectDir)\\app\\chrome.dll.man ifest', 144 'AdditionalManifestFiles': '$(ProjectDir)\\app\\chrome.dll.man ifest',
146 }, 145 },
(...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after
655 ], 654 ],
656 }], 655 }],
657 ], # conditions 656 ], # conditions
658 }], # OS=="mac" 657 }], # OS=="mac"
659 ], # conditions 658 ], # conditions
660 }, # target chrome_dll 659 }, # target chrome_dll
661 ], # targets 660 ], # targets
662 }], # OS=="mac" or OS=="win" 661 }], # OS=="mac" or OS=="win"
663 ], 662 ],
664 } 663 }
OLDNEW
« no previous file with comments | « no previous file | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698