diff options
author | timvolodine@chromium.org <timvolodine@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-11 08:00:57 +0000 |
---|---|---|
committer | timvolodine@chromium.org <timvolodine@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-11 08:00:57 +0000 |
commit | 876526aa519026f4328af16f2fb3a778bcb0fb16 (patch) | |
tree | 09176ae22e1f23c4e2790360cdfe47b3081f6198 /content/content_renderer.gypi | |
parent | ede840c16352588eb01cd75761d614b20cfe92fc (diff) | |
download | chromium_src-876526aa519026f4328af16f2fb3a778bcb0fb16.zip chromium_src-876526aa519026f4328af16f2fb3a778bcb0fb16.tar.gz chromium_src-876526aa519026f4328af16f2fb3a778bcb0fb16.tar.bz2 |
Implement the content/renderer and content/browser part of the Device Motion API.
This patch has a partial implementation of provider and does not include any device motion fetchers.
The patch features:
- chromium-side event pump
- shared memory reader and buffer representation
- IPC messages and filters for shared memory communication
- service class to keep track of listening renderers
BUG=135804
Review URL: https://chromiumcodereview.appspot.com/14678012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211043 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_renderer.gypi')
-rw-r--r-- | content/content_renderer.gypi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi index f9e3118..15ea29f 100644 --- a/content/content_renderer.gypi +++ b/content/content_renderer.gypi @@ -82,6 +82,8 @@ 'renderer/android/synchronous_compositor_factory.h', 'renderer/device_orientation_dispatcher.cc', 'renderer/device_orientation_dispatcher.h', + 'renderer/device_orientation/device_motion_event_pump.cc', + 'renderer/device_orientation/device_motion_event_pump.h', 'renderer/devtools/devtools_agent.cc', 'renderer/devtools/devtools_agent.h', 'renderer/devtools/devtools_agent_filter.cc', @@ -379,6 +381,8 @@ 'renderer/savable_resources.h', 'renderer/scoped_clipboard_writer_glue.cc', 'renderer/scoped_clipboard_writer_glue.h', + 'renderer/shared_memory_seqlock_reader.cc', + 'renderer/shared_memory_seqlock_reader.h', 'renderer/skia_benchmarking_extension.cc', 'renderer/skia_benchmarking_extension.h', 'renderer/speech_recognition_dispatcher.cc', |