summaryrefslogtreecommitdiffstats
path: root/content/content_browser.gypi
diff options
context:
space:
mode:
authorjknotten@chromium.org <jknotten@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-11 14:54:28 +0000
committerjknotten@chromium.org <jknotten@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-11 14:54:28 +0000
commit37960b931bf59ad260480ad09e56c8ab472ad504 (patch)
tree17c2dd64c7f13c7fdc9f61e9380d0be1bd3c3ebc /content/content_browser.gypi
parentcfda7b132c6de23afbadb14fd1ffaf6a695dc61b (diff)
downloadchromium_src-37960b931bf59ad260480ad09e56c8ab472ad504.zip
chromium_src-37960b931bf59ad260480ad09e56c8ab472ad504.tar.gz
chromium_src-37960b931bf59ad260480ad09e56c8ab472ad504.tar.bz2
Upstream Device Orientation For Android.
Some minor changes to support and make clear that a DataFetcher can return true without providing an orientation. This is the case for Android's data fetcher where we need to wait for the sensor manager to push an event instead of being able to directly poll the orientation sensor. TBR=jam@chromium.org TEST=content_unittests:DeviceOrientationProviderTest Review URL: https://chromiumcodereview.appspot.com/10268013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136555 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_browser.gypi')
-rw-r--r--content/content_browser.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index a6df267..77488ba 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -243,6 +243,8 @@
'browser/device_orientation/accelerometer_mac.cc',
'browser/device_orientation/accelerometer_mac.h',
'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/message_filter.cc',
'browser/device_orientation/message_filter.h',
'browser/device_orientation/orientation.h',