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

Side by Side Diff: chrome/chrome.gyp

Issue 376023: Always dynamically load psapi.dll instead of delay loading it.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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 | « chrome/app/chrome.dll.deps ('k') | no next file » | 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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'variables': { 9 'variables': {
10 'version_py_path': 'tools/build/version.py', 10 'version_py_path': 'tools/build/version.py',
(...skipping 5606 matching lines...) Expand 10 before | Expand all | Expand 10 after
5617 'DelayLoadDLLs': [ 5617 'DelayLoadDLLs': [
5618 'crypt32.dll', 5618 'crypt32.dll',
5619 'cryptui.dll', 5619 'cryptui.dll',
5620 'winhttp.dll', 5620 'winhttp.dll',
5621 'wininet.dll', 5621 'wininet.dll',
5622 'wsock32.dll', 5622 'wsock32.dll',
5623 'ws2_32.dll', 5623 'ws2_32.dll',
5624 'winspool.drv', 5624 'winspool.drv',
5625 'comdlg32.dll', 5625 'comdlg32.dll',
5626 'imagehlp.dll', 5626 'imagehlp.dll',
5627 'psapi.dll',
5628 'urlmon.dll', 5627 'urlmon.dll',
5629 'imm32.dll', 5628 'imm32.dll',
5630 'iphlpapi.dll', 5629 'iphlpapi.dll',
5631 ], 5630 ],
5632 'ImportLibrary': '$(OutDir)\\lib\\chrome_dll.lib', 5631 'ImportLibrary': '$(OutDir)\\lib\\chrome_dll.lib',
5633 'ProgramDatabaseFile': '$(OutDir)\\chrome_dll.pdb', 5632 'ProgramDatabaseFile': '$(OutDir)\\chrome_dll.pdb',
5634 # Set /SUBSYSTEM:WINDOWS for chrome.dll (for consistency). 5633 # Set /SUBSYSTEM:WINDOWS for chrome.dll (for consistency).
5635 'SubSystem': '2', 5634 'SubSystem': '2',
5636 }, 5635 },
5637 'VCManifestTool': { 5636 'VCManifestTool': {
(...skipping 1336 matching lines...) Expand 10 before | Expand all | Expand 10 after
6974 ] 6973 ]
6975 }], 6974 }],
6976 ], # 'conditions' 6975 ], # 'conditions'
6977 } 6976 }
6978 6977
6979 # Local Variables: 6978 # Local Variables:
6980 # tab-width:2 6979 # tab-width:2
6981 # indent-tabs-mode:nil 6980 # indent-tabs-mode:nil
6982 # End: 6981 # End:
6983 # vim: set expandtab tabstop=2 shiftwidth=2: 6982 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/app/chrome.dll.deps ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698