| Index: content/content_browser.gypi
|
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi
|
| index 1baba154d13fa2bc3b5ba93c671cef4cb8319d4a..038394fc6822f9a39df33c6de4dca2681b75eb61 100644
|
| --- a/content/content_browser.gypi
|
| +++ b/content/content_browser.gypi
|
| @@ -400,10 +400,14 @@
|
| 'browser/device_orientation/data_fetcher_shared_memory_default.cc',
|
| 'browser/device_orientation/data_fetcher_shared_memory.h',
|
| 'browser/device_orientation/device_data.h',
|
| + 'browser/device_orientation/device_motion_message_filter.cc',
|
| + 'browser/device_orientation/device_motion_message_filter.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/device_orientation_message_filter.cc',
|
| + 'browser/device_orientation/device_orientation_message_filter.h',
|
| 'browser/device_orientation/message_filter.cc',
|
| 'browser/device_orientation/message_filter.h',
|
| 'browser/device_orientation/observer_delegate.cc',
|
| @@ -761,8 +765,6 @@
|
| 'browser/renderer_host/compositor_impl_android.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',
|
|
|