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

Side by Side Diff: chrome/app/chrome.dll.deps

Issue 7813: Call GdiAlphaBlend directly instead of the AlphaBlend wrapper in msimg32.dll.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 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 | « base/gfx/vector_device.cc ('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 # List of chrome.dll's dependencies. 1 # List of chrome.dll's dependencies.
2 2
3 dependents = [ 3 dependents = [
4 'KERNEL32.dll', 4 'KERNEL32.dll',
5 'USER32.dll', 5 'USER32.dll',
6 'ADVAPI32.dll', 6 'ADVAPI32.dll',
7 'MSIMG32.dll',
8 'WINMM.dll', 7 'WINMM.dll',
9 'COMCTL32.dll', 8 'COMCTL32.dll',
10 'SHLWAPI.dll', 9 'SHLWAPI.dll',
11 'RPCRT4.dll', 10 'RPCRT4.dll',
12 'GDI32.dll', 11 'GDI32.dll',
13 'SHELL32.dll', 12 'SHELL32.dll',
14 'VERSION.dll', 13 'VERSION.dll',
15 'USP10.dll', 14 'USP10.dll',
16 'ole32.dll', 15 'ole32.dll',
17 'OLEAUT32.dll', 16 'OLEAUT32.dll',
18 'OLEACC.dll', 17 'OLEACC.dll',
19 'secur32.dll', 18 'secur32.dll',
20 ] 19 ]
21 20
22 delay_loaded = [ 21 delay_loaded = [
23 'CRYPTUI.dll', 22 'CRYPTUI.dll',
24 'IMM32.dll', 23 'IMM32.dll',
25 'CRYPT32.dll', 24 'CRYPT32.dll',
26 'WINHTTP.dll', 25 'WINHTTP.dll',
27 'WININET.dll', 26 'WININET.dll',
28 'WS2_32.dll', 27 'WS2_32.dll',
29 'PSAPI.DLL', 28 'PSAPI.DLL',
30 'dwmapi.dll', 29 'dwmapi.dll',
31 'COMDLG32.dll', 30 'COMDLG32.dll',
32 'urlmon.dll', 31 'urlmon.dll',
33 ] 32 ]
34
OLDNEW
« no previous file with comments | « base/gfx/vector_device.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698