Commit 4b16ba30 authored by cpu@chromium.org's avatar cpu@chromium.org

Another crack at delay-loading user32.dll

gypi magic needs right incantation

BUG=none
TEST= waterfall green, specially safe_browsing_tests and sync_unittests
Review URL: http://codereview.chromium.org/8351017

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107049 0039d316-1c4b-4281-b951-d872f2087c98
parent bac61a74
......@@ -602,16 +602,16 @@
],
'link_settings': {
'libraries': [
'-lcomctl32.lib',
'-lcomctl32.lib',
'-llocationapi.lib',
'-lsensorsapi.lib',
],
},
'msvs_settings': {
'VCLinkerTool': {
'DelayLoadDLLs': [
'user32.dll',
],
'msvs_settings': {
'VCLinkerTool': {
'DelayLoadDLLs': [
'user32.dll',
],
},
},
},
'sources!': [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment