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

Unified Diff: content/content_browser.gypi

Issue 10781023: use Loadlibrary/GetProcAddress for XInput, rather than /DELAYLOAD (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use FILE_PATH_LITERAL Created 8 years, 5 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 b55680851c1d3e8dddf763f14aac2918032b3fbc..989f4beed4b55750f3376486883a1c3960633737 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -834,7 +834,6 @@
'VCLinkerTool': {
'DelayLoadDLLs': [
'user32.dll',
- 'xinput1_3.dll',
],
},
},

Powered by Google App Engine
This is Rietveld 408576698