| Index: content/content_browser.gypi
|
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi
|
| index 8ab1b03ee9470ff94124f19ab208a3cf263ffb29..afed6e5bb5f7fc70cb07a9901e3bd74d902444a8 100644
|
| --- a/content/content_browser.gypi
|
| +++ b/content/content_browser.gypi
|
| @@ -271,9 +271,16 @@
|
| '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.cc',
|
| + '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',
|
|
|