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

Unified Diff: content/content_browser.gypi

Issue 10698046: Implements part of Device Motion in the Renderer (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Resets last_motion_ Created 8 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_motion_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 9d2ad105fc73022109fc892a53698af0a22072c9..b95c14e8b7988118cc20c0e4857c5734dd4e51fe 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -288,12 +288,16 @@
'browser/device_orientation/device_data.h',
'browser/device_orientation/message_filter.cc',
'browser/device_orientation/message_filter.h',
+ 'browser/device_orientation/motion.cc',
+ 'browser/device_orientation/motion.h',
+ 'browser/device_orientation/motion_message_filter.cc',
+ 'browser/device_orientation/motion_message_filter.h',
'browser/device_orientation/observer_delegate.cc',
'browser/device_orientation/observer_delegate.h',
- 'browser/device_orientation/orientation_message_filter.cc',
- 'browser/device_orientation/orientation_message_filter.h',
'browser/device_orientation/orientation.cc',
'browser/device_orientation/orientation.h',
+ 'browser/device_orientation/orientation_message_filter.cc',
+ 'browser/device_orientation/orientation_message_filter.h',
'browser/device_orientation/provider.cc',
'browser/device_orientation/provider.h',
'browser/device_orientation/provider_impl.cc',
« no previous file with comments | « content/common/device_motion_messages.h ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698