Index: content/content_browser.gypi |
diff --git a/content/content_browser.gypi b/content/content_browser.gypi |
index 01b33f1405d73cb443d4f9264e8ba5bd99dc8ad3..468582e6fd3f95afcd2be54a980f9797be7c487a 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. |