diff options
author | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-24 18:49:54 +0000 |
---|---|---|
committer | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-24 18:49:54 +0000 |
commit | 620e0190cea3663581dd91b6f6bc61bd3c7ae02d (patch) | |
tree | e1e33b0a7f0cecf6cc04097d559e5e293c6a9f4e /chrome/chrome_dll.gypi | |
parent | c530c85aa67a10aac9a77d10970951633ff686d9 (diff) | |
download | chromium_src-620e0190cea3663581dd91b6f6bc61bd3c7ae02d.zip chromium_src-620e0190cea3663581dd91b6f6bc61bd3c7ae02d.tar.gz chromium_src-620e0190cea3663581dd91b6f6bc61bd3c7ae02d.tar.bz2 |
Change the delay loading of user32.dll to content_browser
Because other binaries, besides chrome.dll need this, or else they will fail
to load on vista or xp, once we remove the manual binding to win7-only apis.
BUG=none
TEST= waterfall is not red
Review URL: http://codereview.chromium.org/8370019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106950 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_dll.gypi')
-rw-r--r-- | chrome/chrome_dll.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi index 232365b..32f32e5 100644 --- a/chrome/chrome_dll.gypi +++ b/chrome/chrome_dll.gypi @@ -133,7 +133,6 @@ 'iphlpapi.dll', 'setupapi.dll', 'urlmon.dll', - 'user32.dll', 'winhttp.dll', 'wininet.dll', 'winspool.drv', |