diff options
author | jungshik@google.com <jungshik@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-30 19:14:31 +0000 |
---|---|---|
committer | jungshik@google.com <jungshik@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-30 19:14:31 +0000 |
commit | 2ae5547f328619cf90c2cefd4603e5db62469fe7 (patch) | |
tree | 83dc46cf5afdccc0b2aa1643ced08f3b3e4ca3b1 /chrome/app/chrome.dll.deps | |
parent | 4ca4e4d93de615dd2ce5a4c5f442bd7760b0951c (diff) | |
download | chromium_src-2ae5547f328619cf90c2cefd4603e5db62469fe7.zip chromium_src-2ae5547f328619cf90c2cefd4603e5db62469fe7.tar.gz chromium_src-2ae5547f328619cf90c2cefd4603e5db62469fe7.tar.bz2 |
Revert sdk 6.1 upgrade changes.
TBR=nsylvain
Review URL: http://codereview.chromium.org/17021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7501 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome.dll.deps')
-rw-r--r-- | chrome/app/chrome.dll.deps | 63 |
1 files changed, 31 insertions, 32 deletions
diff --git a/chrome/app/chrome.dll.deps b/chrome/app/chrome.dll.deps index 34a1a70..5ff37e0 100644 --- a/chrome/app/chrome.dll.deps +++ b/chrome/app/chrome.dll.deps @@ -1,32 +1,31 @@ -# List of chrome.dll's dependencies.
-
-dependents = [
- 'KERNEL32.dll',
- 'USER32.dll',
- 'ADVAPI32.dll',
- 'WINMM.dll',
- 'COMCTL32.dll',
- 'SHLWAPI.dll',
- 'GDI32.dll',
- 'SHELL32.dll',
- 'VERSION.dll',
- 'USP10.dll',
- 'ole32.dll',
- 'OLEAUT32.dll',
- 'OLEACC.dll',
- 'secur32.dll',
-]
-
-delay_loaded = [
- 'CRYPTUI.dll',
- 'IMM32.dll',
- 'CRYPT32.dll',
- 'WINHTTP.dll',
- 'WININET.dll',
- 'WS2_32.dll',
- 'PSAPI.DLL',
- 'dwmapi.dll',
- 'COMDLG32.dll',
- 'urlmon.dll',
- 't2embed.dll',
-]
+# List of chrome.dll's dependencies. + +dependents = [ + 'KERNEL32.dll', + 'USER32.dll', + 'ADVAPI32.dll', + 'WINMM.dll', + 'COMCTL32.dll', + 'SHLWAPI.dll', + 'GDI32.dll', + 'SHELL32.dll', + 'VERSION.dll', + 'USP10.dll', + 'ole32.dll', + 'OLEAUT32.dll', + 'OLEACC.dll', + 'secur32.dll', +] + +delay_loaded = [ + 'CRYPTUI.dll', + 'IMM32.dll', + 'CRYPT32.dll', + 'WINHTTP.dll', + 'WININET.dll', + 'WS2_32.dll', + 'PSAPI.DLL', + 'dwmapi.dll', + 'COMDLG32.dll', + 'urlmon.dll', +] |