Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1571)

Unified Diff: content/content_browser.gypi

Issue 22926032: Win: implement shared memory Device Orientation fetcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Aug-23-mac-fetcher
Patch Set: modified to use InitSharedMemoryBuffer() to compile on win Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698