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

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: factored out as much code as possible from the templated reader Created 7 years, 6 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
Index: content/content_renderer.gypi
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index bdb2ff681e42ce6b4e8195333bc28f2d78086037..c695d37a7fdd4645f7e55914b0410608cfa14304 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -78,6 +78,8 @@
'renderer/android/email_detector.h',
'renderer/android/phone_number_detector.cc',
'renderer/android/phone_number_detector.h',
+ 'renderer/device_orientation/device_motion_event_pump.cc',
+ 'renderer/device_orientation/device_motion_event_pump.h',
'renderer/android/synchronous_compositor_factory.cc',
'renderer/android/synchronous_compositor_factory.h',
'renderer/device_orientation_dispatcher.cc',
@@ -318,6 +320,9 @@
'renderer/rendering_benchmark.h',
'renderer/savable_resources.cc',
'renderer/savable_resources.h',
+ 'renderer/shared_memory_seqlock_reader.h',
+ 'renderer/shared_memory_seqlock_reader_base.cc',
+ 'renderer/shared_memory_seqlock_reader_base.h',
'renderer/skia_benchmarking_extension.cc',
'renderer/skia_benchmarking_extension.h',
'renderer/speech_recognition_dispatcher.cc',

Powered by Google App Engine
This is Rietveld 408576698