| Index: content/content_browser.gypi
|
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi
|
| index bd0fdd7e9a8f62b737fb0478a592b1146921c57e..866635e9e594f29c8e1f537929092aed571e7aae 100644
|
| --- a/content/content_browser.gypi
|
| +++ b/content/content_browser.gypi
|
| @@ -273,9 +273,15 @@
|
| 'browser/device_orientation/data_fetcher.h',
|
| 'browser/device_orientation/data_fetcher_impl_android.cc',
|
| 'browser/device_orientation/data_fetcher_impl_android.h',
|
| - 'browser/device_orientation/orientation.h',
|
| + 'browser/device_orientation/device_data.h',
|
| + 'browser/device_orientation/message_filter.cc',
|
| + 'browser/device_orientation/message_filter.h',
|
| + 'browser/device_orientation/observer_delegate.cc',
|
| + 'browser/device_orientation/observer_delegate.h',
|
| 'browser/device_orientation/orientation_message_filter.cc',
|
| 'browser/device_orientation/orientation_message_filter.h',
|
| + 'browser/device_orientation/orientation.cc',
|
| + 'browser/device_orientation/orientation.h',
|
| 'browser/device_orientation/provider.cc',
|
| 'browser/device_orientation/provider.h',
|
| 'browser/device_orientation/provider_impl.cc',
|
|
|