| Index: content/content_browser.gypi
|
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi
|
| index 22ba244ed3f1bee922242c6c02a4dad6eddb1752..50733f5f78df5c3d7d440aff9d84ff8a62ca31b9 100644
|
| --- a/content/content_browser.gypi
|
| +++ b/content/content_browser.gypi
|
| @@ -370,11 +370,16 @@
|
| '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_orientation_android.cc',
|
| + 'browser/device_orientation/data_fetcher_orientation_android.h',
|
| + 'browser/device_orientation/data_fetcher_shared_memory_android.cc',
|
| + '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_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_motion_service.h',
|
| 'browser/device_orientation/message_filter.cc',
|
| 'browser/device_orientation/message_filter.h',
|
| 'browser/device_orientation/motion.cc',
|
| @@ -1315,6 +1320,7 @@
|
| ],
|
| },
|
| 'sources/': [
|
| + ['exclude', '^browser/device_orientation/data_fetcher_shared_memory_default.cc$'],
|
| ['exclude', '^browser/geolocation/network_location_provider\\.(cc|h)$'],
|
| ['exclude', '^browser/geolocation/network_location_request\\.(cc|h)$'],
|
| ['exclude', '^browser/tracing/tracing_ui'],
|
|
|