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

Unified Diff: content/content_browser.gypi

Issue 22926029: Mac: implement orientation/motion shared memory data fetcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: FakeNonPollingDataFetcher on stack 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
« no previous file with comments | « content/browser/device_orientation/data_fetcher_shared_memory_mac.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 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',
],
« no previous file with comments | « content/browser/device_orientation/data_fetcher_shared_memory_mac.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698