diff options
author | robertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-19 21:06:05 +0000 |
---|---|---|
committer | robertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-19 21:06:05 +0000 |
commit | 875290e64cfd2d632fc5cac46c67f37992ed935d (patch) | |
tree | 6f7e971cd2f38e9a0facad91197e7d6753442a94 /content/content_common.gypi | |
parent | 7b55ab231f2d9f3e04a8fa668f7e41e45ecc1810 (diff) | |
download | chromium_src-875290e64cfd2d632fc5cac46c67f37992ed935d.zip chromium_src-875290e64cfd2d632fc5cac46c67f37992ed935d.tar.gz chromium_src-875290e64cfd2d632fc5cac46c67f37992ed935d.tar.bz2 |
Revert 93094 - Initial sensor event provider for testing views screen rotation
The sensors API will unify various types of sensor data into a set of channels, each of which provides change events and periodic updates.
This version of the API is intended only to support the experimental screen rotation code and is not for general use. In particular, the final listener will declare generic |OnSensorChange| and |OnSensorUpdate| methods, rather than the special-purpose |OnScreenOrientationChange|.
BUG=none
TEST=manual with http://codereview.chromium.org/7273073/
Review URL: http://codereview.chromium.org/7366011
TBR=cwolfe@chromium.org
Review URL: http://codereview.chromium.org/7455002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93097 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r-- | content/content_common.gypi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi index 638b5db..42cfd32 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -210,8 +210,6 @@ 'common/section_util_win.cc', 'common/section_util_win.h', 'common/security_style.h', - 'common/sensors.h', - 'common/sensors_listener.h', 'common/serialized_script_value.cc', 'common/serialized_script_value.h', 'common/set_process_title.cc', |