Commit db898498 authored by thestig@chromium.org's avatar thestig@chromium.org

Remove enable_touch_ui variable from build/common.gypi. No longer used.

Review URL: https://codereview.chromium.org/165803003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251321 0039d316-1c4b-4281-b951-d872f2087c98
parent 7839f0d0
...@@ -56,9 +56,6 @@ ...@@ -56,9 +56,6 @@
# Enable HiDPI support. # Enable HiDPI support.
'enable_hidpi%': 0, 'enable_hidpi%': 0,
# Enable touch optimized art assets and metrics.
'enable_touch_ui%': 0,
# Override buildtype to select the desired build flavor. # Override buildtype to select the desired build flavor.
# Dev - everyday build for development/testing # Dev - everyday build for development/testing
# Official - release build (generally implies additional processing) # Official - release build (generally implies additional processing)
...@@ -130,7 +127,6 @@ ...@@ -130,7 +127,6 @@
'use_system_fontconfig%': '<(use_system_fontconfig)', 'use_system_fontconfig%': '<(use_system_fontconfig)',
'enable_viewport%': '<(enable_viewport)', 'enable_viewport%': '<(enable_viewport)',
'enable_hidpi%': '<(enable_hidpi)', 'enable_hidpi%': '<(enable_hidpi)',
'enable_touch_ui%': '<(enable_touch_ui)',
'buildtype%': '<(buildtype)', 'buildtype%': '<(buildtype)',
'branding%': '<(branding)', 'branding%': '<(branding)',
'host_arch%': '<(host_arch)', 'host_arch%': '<(host_arch)',
...@@ -190,11 +186,6 @@ ...@@ -190,11 +186,6 @@
'enable_hidpi%': 1, 'enable_hidpi%': 1,
}], }],
# Enable touch UI on Metro.
['OS=="win"', {
'enable_touch_ui%': 1,
}],
# Enable App Launcher on ChromeOS, Windows and OSX. # Enable App Launcher on ChromeOS, Windows and OSX.
# On Linux, enable App Launcher for the Aura build. # On Linux, enable App Launcher for the Aura build.
['use_ash==1 or OS=="win" or OS=="mac" or (desktop_linux==1 and use_aura==1)', { ['use_ash==1 or OS=="win" or OS=="mac" or (desktop_linux==1 and use_aura==1)', {
...@@ -255,7 +246,6 @@ ...@@ -255,7 +246,6 @@
'use_system_fontconfig%': '<(use_system_fontconfig)', 'use_system_fontconfig%': '<(use_system_fontconfig)',
'enable_viewport%': '<(enable_viewport)', 'enable_viewport%': '<(enable_viewport)',
'enable_hidpi%': '<(enable_hidpi)', 'enable_hidpi%': '<(enable_hidpi)',
'enable_touch_ui%': '<(enable_touch_ui)',
'android_webview_build%': '<(android_webview_build)', 'android_webview_build%': '<(android_webview_build)',
'use_goma%': '<(use_goma)', 'use_goma%': '<(use_goma)',
'gomadir%': '<(gomadir)', 'gomadir%': '<(gomadir)',
...@@ -911,7 +901,6 @@ ...@@ -911,7 +901,6 @@
'chromeos%': '<(chromeos)', 'chromeos%': '<(chromeos)',
'enable_viewport%': '<(enable_viewport)', 'enable_viewport%': '<(enable_viewport)',
'enable_hidpi%': '<(enable_hidpi)', 'enable_hidpi%': '<(enable_hidpi)',
'enable_touch_ui%': '<(enable_touch_ui)',
'use_xi2_mt%':'<(use_xi2_mt)', 'use_xi2_mt%':'<(use_xi2_mt)',
'image_loader_extension%': '<(image_loader_extension)', 'image_loader_extension%': '<(image_loader_extension)',
'fastbuild%': '<(fastbuild)', 'fastbuild%': '<(fastbuild)',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment