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

Unified Diff: content/content_browser.gypi

Issue 18572014: Implement Android shared memory data fetcher for Device Motion. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@renderer-sync-12June-tryASYNC-2-bis-tryRebase-6
Patch Set: rebased Created 7 years, 5 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/provider.cc ('k') | content/content_tests.gypi » ('j') | 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 e7465332b2b0c5c3bcb77efd7bd5160411008aa7..62d5688f8b6341f43e687bb022fe2e070ddcfd16 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -369,11 +369,16 @@
'browser/device_orientation/data_fetcher_impl_android.h',
'browser/device_orientation/data_fetcher_impl_win.cc',
'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_android.cc',
+ 'browser/device_orientation/data_fetcher_shared_memory_default.cc',
+ 'browser/device_orientation/data_fetcher_shared_memory.h',
'browser/device_orientation/device_data.h',
'browser/device_orientation/device_motion_provider.cc',
'browser/device_orientation/device_motion_provider.h',
'browser/device_orientation/device_motion_service.cc',
- 'browser/device_orientation/device_motion_service.h',
+ 'browser/device_orientation/device_motion_service.h',
'browser/device_orientation/message_filter.cc',
'browser/device_orientation/message_filter.h',
'browser/device_orientation/motion.cc',
@@ -1314,6 +1319,7 @@
],
},
'sources/': [
+ ['exclude', '^browser/device_orientation/data_fetcher_shared_memory_default.cc$'],
['exclude', '^browser/geolocation/network_location_provider\\.(cc|h)$'],
['exclude', '^browser/geolocation/network_location_request\\.(cc|h)$'],
['exclude', '^browser/tracing/tracing_ui'],
« no previous file with comments | « content/browser/device_orientation/provider.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698