Index: content/content_browser.gypi |
diff --git a/content/content_browser.gypi b/content/content_browser.gypi |
index cdd609eb1b9cc5745efcdcbaa2c601ef35f0cd0d..497b9137dc5d7d556b8f70957b7920209b20b81f 100644 |
--- a/content/content_browser.gypi |
+++ b/content/content_browser.gypi |
@@ -349,7 +349,12 @@ |
'browser/device_orientation/data_fetcher_impl_android.h', |
'browser/device_orientation/data_fetcher_impl_win.cc', |
'browser/device_orientation/data_fetcher_impl_win.h', |
+ 'browser/device_orientation/data_fetcher_shared_memory.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', |
@@ -679,6 +684,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', |