summaryrefslogtreecommitdiffstats
path: root/content/content_common.gypi
diff options
context:
space:
mode:
authorscottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-01 00:01:38 +0000
committerscottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-01 00:01:38 +0000
commit4324e61da53e9cf22c819b90f3478cbf20bf52b5 (patch)
tree532c04ec1c6a7b890dcdae509ffea1e93a6b20d8 /content/content_common.gypi
parent9052ccad29e11d91d7a6c9850ac128dda5e75c5e (diff)
downloadchromium_src-4324e61da53e9cf22c819b90f3478cbf20bf52b5.zip
chromium_src-4324e61da53e9cf22c819b90f3478cbf20bf52b5.tar.gz
chromium_src-4324e61da53e9cf22c819b90f3478cbf20bf52b5.tar.bz2
Renderer reading side of gamepad
The is the glue code that reads from the shared memory buffer on the renderer side. The writer is a background thread the browser. The data here is returned back up into WebKit code via the Chromium port. The writer on the browser side was in this patch: http://codereview.chromium.org/8568029/ And the rest of the related gamepad changes are here: http://codereview.chromium.org/8345027/ BUG=79050 Review URL: http://codereview.chromium.org/8689011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112345 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r--content/content_common.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 08defbb..6cd80a6 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -134,6 +134,8 @@
'common/font_list_x11.cc',
'common/gamepad_hardware_buffer.h',
'common/gamepad_messages.h',
+ 'common/gamepad_seqlock.cc',
+ 'common/gamepad_seqlock.h',
'common/geolocation_messages.h',
'common/geoposition.cc',
'common/geoposition.h',