diff options
Diffstat (limited to 'chrome/app/chrome.exe.deps')
-rw-r--r-- | chrome/app/chrome.exe.deps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/chrome.exe.deps b/chrome/app/chrome.exe.deps index 30c9fc6..1c01b51 100644 --- a/chrome/app/chrome.exe.deps +++ b/chrome/app/chrome.exe.deps @@ -5,6 +5,7 @@ dependents = [ 'USER32.dll',
'ADVAPI32.dll',
'SHELL32.dll',
+ 'VERSION.dll', # Used by breakpad
]
dependents_google_chrome = [
@@ -12,7 +13,6 @@ dependents_google_chrome = [ 'USER32.dll',
'ADVAPI32.dll',
'SHELL32.dll',
- 'VERSION.dll',
]
delay_loaded = [
|