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

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

Issue 113234: Fix delay loaded dependencies. (Closed)
Patch Set: Created 11 years, 7 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
« no previous file with comments | « no previous file | chrome/app/chrome_exe.vsprops » ('j') | 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.exe's dependencies. 1 # List of chrome.exe'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 'SHELL32.dll', 7 'SHELL32.dll',
8 'VERSION.dll', # Used by breakpad 8 'VERSION.dll', # Used by breakpad
9 'winmm.dll', 9 'winmm.dll',
10 ] 10 ]
11 11
12 dependents_google_chrome = [ 12 dependents_google_chrome = [
13 'KERNEL32.dll', 13 'KERNEL32.dll',
14 'USER32.dll', 14 'USER32.dll',
15 'ADVAPI32.dll', 15 'ADVAPI32.dll',
16 'SHELL32.dll', 16 'SHELL32.dll',
17 'VERSION.dll', 17 'VERSION.dll',
18 'winmm.dll', 18 'winmm.dll',
19 ] 19 ]
20 20
21 delay_loaded = [ 21 delay_loaded = [
22 'OLE32.dll',
23 'OLEAUT32.dll',
22 ] 24 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/app/chrome_exe.vsprops » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698