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

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: fixed owners 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
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 1baba154d13fa2bc3b5ba93c671cef4cb8319d4a..038394fc6822f9a39df33c6de4dca2681b75eb61 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',

Powered by Google App Engine
This is Rietveld 408576698