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

Unified Diff: content/content_renderer.gypi

Issue 14678012: Implement the content/renderer and content/browser part of the Device Motion API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix compilation: peer_handle -> PeerHandle() Created 7 years, 5 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_common.gypi ('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_renderer.gypi
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index 541bc44ba19fe0489f7d2830fec66aa101e022af..e23c3ff107c3013e1437b53af9238e9592e1a96c 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',
@@ -342,6 +344,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',
« no previous file with comments | « content/content_common.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698