blob: b11f69698b51e92a4bf03f866fb51f23416b565c [file] [log] [blame]
# List of chrome.exe's dependencies.
dependents = [
'KERNEL32.dll',
'USER32.dll',
'ADVAPI32.dll',
'SHELL32.dll',
'VERSION.dll', # Used by breakpad
'winmm.dll',
]
dependents_google_chrome = [
'KERNEL32.dll',
'USER32.dll',
'ADVAPI32.dll',
'SHELL32.dll',
'VERSION.dll',
'winmm.dll',
'ole32.dll',
'oleaut32.dll',
]
delay_loaded = [
'OLE32.dll',
'OLEAUT32.dll',
]