Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(632)

Unified Diff: build/config/ui.gni

Issue 706763003: x11: Always require XI2.2 for X11. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tot-merge Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/config/BUILD.gn ('k') | chrome/browser/chromeos/login/chrome_restart_request.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/ui.gni
diff --git a/build/config/ui.gni b/build/config/ui.gni
index f23cd004a57b8af94be9c71c45d9560bcb4fbb65..dc7a05905d7f085e525d10754b5b4d3e804b075f 100644
--- a/build/config/ui.gni
+++ b/build/config/ui.gni
@@ -27,10 +27,6 @@ declare_args() {
# of a replacement for GDI or GTK.
use_aura = is_win || is_linux
- # XInput2 multitouch support. Zero means disabled, nonzero indicates the
- # minimum XI2 version. For example, use_xi2_mt=2 means XI2.2 or above.
- use_xi2_mt = 2
-
# True means the UI is built using the "views" framework.
toolkit_views = is_win || is_chromeos || use_aura
}
« no previous file with comments | « build/config/BUILD.gn ('k') | chrome/browser/chromeos/login/chrome_restart_request.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698