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

Unified Diff: content/content_browser.gypi

Issue 8568029: Add gamepad hardware data fetcher, and higher level thread container (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: swap search path order for platformsdk/directx Created 9 years, 1 month 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_provider_unittest.cc ('k') | content/content_tests.gypi » ('j') | 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 909a0448ccb4f7955ab044e6ba24e25d351f6de5..75b8a8a5b2507e21d784c3e016c30dc40b45f1a1 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -191,6 +191,11 @@
'browser/find_pasteboard.mm',
'browser/font_list_async.cc',
'browser/font_list_async.h',
+ 'browser/gamepad/data_fetcher.h',
+ 'browser/gamepad/data_fetcher_win.cc',
+ 'browser/gamepad/data_fetcher_win.h',
+ 'browser/gamepad/gamepad_provider.cc',
+ 'browser/gamepad/gamepad_provider.h',
'browser/geolocation/access_token_store.cc',
'browser/geolocation/access_token_store.h',
'browser/geolocation/arbitrator_dependency_factory.cc',
@@ -635,6 +640,7 @@
'VCLinkerTool': {
'DelayLoadDLLs': [
'user32.dll',
+ 'xinput1_3.dll',
],
},
},
« no previous file with comments | « content/browser/gamepad/gamepad_provider_unittest.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698