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

Unified Diff: content/content_browser.gypi

Issue 20707002: Implement Device Orientation using shared memory in content/renderer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: excluded orientation pump tests on win bots 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/common/device_orientation_messages.h ('k') | content/content_common.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 cf84e74e980481278682e1eb49d13c6af619fc12..1549a6a2b70f2764104e494e097162b0419042ec 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -400,10 +400,14 @@
'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_message_filter.cc',
+ 'browser/device_orientation/device_motion_message_filter.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_orientation_message_filter.cc',
+ 'browser/device_orientation/device_orientation_message_filter.h',
'browser/device_orientation/message_filter.cc',
'browser/device_orientation/message_filter.h',
'browser/device_orientation/observer_delegate.cc',
@@ -761,8 +765,6 @@
'browser/renderer_host/compositor_impl_android.h',
'browser/renderer_host/database_message_filter.cc',
'browser/renderer_host/database_message_filter.h',
- 'browser/renderer_host/device_motion_browser_message_filter.cc',
- 'browser/renderer_host/device_motion_browser_message_filter.h',
'browser/renderer_host/dip_util.cc',
'browser/renderer_host/dip_util.h',
'browser/renderer_host/file_utilities_message_filter.cc',
« no previous file with comments | « content/common/device_orientation_messages.h ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698