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

Unified Diff: content/content_browser.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/common/shared_memory_seqlock_buffer.h ('k') | content/content_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 1de6a1b9d7b40cddb4485bab71d38765e4fc910d..e0295e38b0452860a09bbc54fe77a5a997f08246 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -370,6 +370,10 @@
'browser/device_orientation/data_fetcher_impl_win.cc',
'browser/device_orientation/data_fetcher_impl_win.h',
'browser/device_orientation/device_data.h',
+ 'browser/device_orientation/device_motion_provider.cc',
+ 'browser/device_orientation/device_motion_provider.h',
+ 'browser/device_orientation/device_motion_service.cc',
+ 'browser/device_orientation/device_motion_service.h',
'browser/device_orientation/message_filter.cc',
'browser/device_orientation/message_filter.h',
'browser/device_orientation/motion.cc',
@@ -732,6 +736,8 @@
'browser/renderer_host/compositing_iosurface_transformer_mac.h',
'browser/renderer_host/database_message_filter.cc',
'browser/renderer_host/database_message_filter.h',
+ 'browser/renderer_host/device_motion_browser_message_filter.cc',
+ 'browser/renderer_host/device_motion_browser_message_filter.h',
'browser/renderer_host/dip_util.cc',
'browser/renderer_host/dip_util.h',
'browser/renderer_host/file_utilities_message_filter.cc',
« no previous file with comments | « content/common/shared_memory_seqlock_buffer.h ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698