diff options
author | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-01 00:01:38 +0000 |
---|---|---|
committer | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-01 00:01:38 +0000 |
commit | 4324e61da53e9cf22c819b90f3478cbf20bf52b5 (patch) | |
tree | 532c04ec1c6a7b890dcdae509ffea1e93a6b20d8 /content/content_tests.gypi | |
parent | 9052ccad29e11d91d7a6c9850ac128dda5e75c5e (diff) | |
download | chromium_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_tests.gypi')
-rw-r--r-- | content/content_tests.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_tests.gypi b/content/content_tests.gypi index b9ba0be..f2c33ac 100644 --- a/content/content_tests.gypi +++ b/content/content_tests.gypi @@ -226,6 +226,7 @@ 'browser/trace_subscriber_stdio_unittest.cc', 'common/mac/attributed_string_coder_unittest.mm', 'common/mac/font_descriptor_unittest.mm', + 'common/gamepad_seqlock_unittest.cc', 'common/gpu/gpu_feature_flags_unittest.cc', 'common/gpu/gpu_info_unittest.cc', 'common/hi_res_timer_manager_unittest.cc', |