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

Unified Diff: content/content_browser.gypi

Issue 165483003: Gamepad API for Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 6 years, 9 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/content.gyp ('k') | content/content_jni.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 eff21e9f199f2e98e007dad961966f721aa0af43..f77d90caf00075943d3910964008b84316466583 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -555,6 +555,8 @@
'browser/frame_host/render_widget_host_view_guest.h',
'browser/gamepad/gamepad_data_fetcher.h',
'browser/gamepad/gamepad_platform_data_fetcher.h',
+ 'browser/gamepad/gamepad_platform_data_fetcher_android.cc',
+ 'browser/gamepad/gamepad_platform_data_fetcher_android.h',
'browser/gamepad/gamepad_platform_data_fetcher_linux.cc',
'browser/gamepad/gamepad_platform_data_fetcher_linux.h',
'browser/gamepad/gamepad_platform_data_fetcher_mac.h',
@@ -1338,7 +1340,7 @@
'../ui/events/events.gyp:events',
],
}],
- ['OS!="win" and OS!="mac" and (OS!="linux" or use_udev==0)', {
+ ['OS!="win" and OS!="mac" and OS!="android" and (OS!="linux" or use_udev==0)', {
'sources': [
'browser/gamepad/gamepad_platform_data_fetcher.cc',
]
« no previous file with comments | « content/content.gyp ('k') | content/content_jni.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698