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

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: Created 8 years, 6 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 d44f773a6a010f2d67bc5cc461d2fe7607f68da6..6228802af666b13ab90427da30bf9729ce1ab4e5 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -264,6 +264,10 @@
'browser/device_orientation/data_fetcher.h',
'browser/device_orientation/data_fetcher_impl_android.cc',
'browser/device_orientation/data_fetcher_impl_android.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/orientation_message_filter.cc',
'browser/device_orientation/orientation_message_filter.h',
'browser/device_orientation/orientation.h',

Powered by Google App Engine
This is Rietveld 408576698