| Index: content/content_browser.gypi
|
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi
|
| index fb13b132c5f932eee994a2099360bb96a6e9d8fa..b14d50d2e0b5525e3f375d9834d486869ed4287e 100644
|
| --- a/content/content_browser.gypi
|
| +++ b/content/content_browser.gypi
|
| @@ -402,6 +402,7 @@
|
| '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_mac.cc',
|
| + 'browser/device_orientation/data_fetcher_shared_memory_win.cc',
|
| 'browser/device_orientation/device_data.h',
|
| 'browser/device_orientation/device_inertial_sensor_service.cc',
|
| 'browser/device_orientation/device_inertial_sensor_service.h',
|
| @@ -1306,6 +1307,9 @@
|
| '../third_party/isimpledom/isimpledom.gyp:isimpledom',
|
| '../win8/win8.gyp:win8_util',
|
| ],
|
| + 'sources/': [
|
| + ['exclude', '^browser/device_orientation/data_fetcher_shared_memory_default.cc$'],
|
| + ],
|
| 'defines': [
|
| # This prevents the inclusion of atlhost.h which paired
|
| # with the windows 8 sdk it does the wrong thing.
|
|
|