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

Unified Diff: content/content_browser.gypi

Issue 12260011: Support DirectInput gamepads on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « content/browser/gamepad/gamepad_standard_mappings_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 91c4ad0abdaa82668484cec069b569b04eae2bd1..72008269945097cb83df08df65abdcc1a550e3f6 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -409,6 +409,7 @@
'browser/gamepad/gamepad_standard_mappings.h',
'browser/gamepad/gamepad_standard_mappings_linux.cc',
'browser/gamepad/gamepad_standard_mappings_mac.mm',
+ 'browser/gamepad/gamepad_standard_mappings_win.cc',
'browser/geolocation/core_location_data_provider_mac.h',
'browser/geolocation/core_location_data_provider_mac.mm',
'browser/geolocation/core_location_provider_mac.h',
@@ -1039,12 +1040,14 @@
'link_settings': {
'libraries': [
'-lcomctl32.lib',
+ '-ldinput8.lib',
'-llocationapi.lib',
'-lsensorsapi.lib',
],
'msvs_settings': {
'VCLinkerTool': {
'DelayLoadDLLs': [
+ 'dinput8.dll',
'user32.dll',
],
},
« no previous file with comments | « content/browser/gamepad/gamepad_standard_mappings_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698