diff options
author | jknotten@chromium.org <jknotten@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-11 14:54:28 +0000 |
---|---|---|
committer | jknotten@chromium.org <jknotten@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-11 14:54:28 +0000 |
commit | 37960b931bf59ad260480ad09e56c8ab472ad504 (patch) | |
tree | 17c2dd64c7f13c7fdc9f61e9380d0be1bd3c3ebc /content/content_browser.gypi | |
parent | cfda7b132c6de23afbadb14fd1ffaf6a695dc61b (diff) | |
download | chromium_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.gypi | 2 |
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', |