Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2080)

Unified Diff: content/content_browser.gypi

Issue 12295040: Stop delay loading user32.dll from chrome.dll on x86/Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Build config sketch, mostly works for x86 and x64. Move the hook back to base." Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index c4d75be2a6d605330d60f80f306ac2c94bc391be..cc2ac0b7a57708c397d6f3c9f5f9935d75f06f05 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -1047,7 +1047,8 @@
'VCLinkerTool': {
'DelayLoadDLLs': [
'dinput8.dll',
- 'user32.dll',
+ # TODO(siggi): fixme, DO NOT SUBMIT
+ # 'user32.dll',
],
},
},

Powered by Google App Engine
This is Rietveld 408576698