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

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: fix compile on win Created 7 years, 3 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
« no previous file with comments | « content/browser/device_orientation/data_fetcher_shared_memory_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « content/browser/device_orientation/data_fetcher_shared_memory_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698