| Index: content/content_browser.gypi
|
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi
|
| index cbaad6911170a13260e2ee28c4e3b3827eb6629f..8b6c8511e42090673bb2a178df3deb019d9fca6a 100644
|
| --- a/content/content_browser.gypi
|
| +++ b/content/content_browser.gypi
|
| @@ -369,6 +369,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',
|
| @@ -735,6 +739,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/event_with_latency_info.h',
|
|
|