diff options
author | flackr@chromium.org <flackr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-15 15:22:55 +0000 |
---|---|---|
committer | flackr@chromium.org <flackr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-15 15:22:55 +0000 |
commit | c71fe6404a9eb07f96d737140619d673916070a8 (patch) | |
tree | 89d261c5d323653ce8dff736096baa8a201efddf /build/common.gypi | |
parent | 23e554e0da8d2dbf4f1ea43649b60d61ce103027 (diff) | |
download | chromium_src-c71fe6404a9eb07f96d737140619d673916070a8.zip chromium_src-c71fe6404a9eb07f96d737140619d673916070a8.tar.gz chromium_src-c71fe6404a9eb07f96d737140619d673916070a8.tar.bz2 |
Remove touch optimized layout on ChromeOS
BUG=138281
TEST=No touch optimized ui in about flags, nor does it get set when a touch screen is plugged in.
Review URL: https://chromiumcodereview.appspot.com/10832252
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151694 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/common.gypi')
-rw-r--r-- | build/common.gypi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/common.gypi b/build/common.gypi index 0be21da..c836456 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -130,8 +130,8 @@ 'enable_hidpi%': 1, }], - # Enable touch UI on Metro and Chrome OS. - ['OS=="win" or chromeos==1', { + # Enable touch UI on Metro. + ['OS=="win"', { 'enable_touch_ui%': 1, }], ], |