diff options
author | vollick@chromium.org <vollick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-07 19:26:30 +0000 |
---|---|---|
committer | vollick@chromium.org <vollick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-07 19:26:30 +0000 |
commit | 2ddfe43ba403bd2272154b2307e631d7394b55c3 (patch) | |
tree | b736178f711282c82a5b28f5ff47990dd90b79fe /build | |
parent | 554890fecb9712a3e7a99c5c82ca5b3d4f06f0d5 (diff) | |
download | chromium_src-2ddfe43ba403bd2272154b2307e631d7394b55c3.zip chromium_src-2ddfe43ba403bd2272154b2307e631d7394b55c3.tar.gz chromium_src-2ddfe43ba403bd2272154b2307e631d7394b55c3.tar.bz2 |
Reenable triggering of screen rotations by sensors.
Depends on http://codereview.chromium.org/8395046
BUG=None
TEST=Visiting about:rotate?right, about:rotate?left, etc. should cause the appropriate screen rotations.
Review URL: http://codereview.chromium.org/8402002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108889 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi index f3b8de4..896245e 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -1317,6 +1317,9 @@ ['use_aura==0 or OS!="win"', { 'sources/': [ ['exclude', '_aurawin\\.(h|cc)$'] ] }], + ['touchui!=1', { + 'sources/': [ ['exclude', '_touch\\.(h|cc)$'] ] + }], ], }], ], # target_conditions for 'target_defaults' |