summaryrefslogtreecommitdiffstats
path: root/chrome/app/chrome.exe.deps
blob: b11f69698b51e92a4bf03f866fb51f23416b565c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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',
]