| Index: content/content_browser.gypi
|
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi
|
| index 8fc2eab1dfcefc603422462c7ae374cfe223ee2b..6edd1119f9eb2caf86aedd390b1870b2cf67b147 100644
|
| --- a/content/content_browser.gypi
|
| +++ b/content/content_browser.gypi
|
| @@ -399,11 +399,12 @@
|
| '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.h',
|
| 'browser/device_orientation/data_fetcher_shared_memory_android.cc',
|
| 'browser/device_orientation/data_fetcher_shared_memory_base.cc',
|
| 'browser/device_orientation/data_fetcher_shared_memory_base.h',
|
| 'browser/device_orientation/data_fetcher_shared_memory_default.cc',
|
| - 'browser/device_orientation/data_fetcher_shared_memory.h',
|
| + 'browser/device_orientation/data_fetcher_shared_memory_mac.cc',
|
| 'browser/device_orientation/device_data.h',
|
| 'browser/device_orientation/device_inertial_sensor_service.cc',
|
| 'browser/device_orientation/device_inertial_sensor_service.h',
|
| @@ -1406,6 +1407,9 @@
|
| '../third_party/mozilla/NSURL+Utils.h',
|
| '../third_party/mozilla/NSURL+Utils.m',
|
| ],
|
| + 'sources/': [
|
| + ['exclude', '^browser/device_orientation/data_fetcher_shared_memory_default.cc$'],
|
| + ],
|
| 'dependencies': [
|
| '../third_party/sudden_motion_sensor/sudden_motion_sensor.gyp:sudden_motion_sensor',
|
| ],
|
|
|