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

Unified Diff: chrome/common/features.gni

Issue 2900773003: Allow gaming_seat to use ozone gamepad as back-end (Closed)
Patch Set: Add gaming_seat_ozone to exo Created 3 years, 6 months 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 | « no previous file | components/exo/BUILD.gn » ('j') | components/exo/gaming_seat.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/features.gni
diff --git a/chrome/common/features.gni b/chrome/common/features.gni
index 6dc3771def343fe47ae2b0eb1101ef0edce35c9a..8c389e43c999ad8ff5c0b8a157546366c6fec895 100644
--- a/chrome/common/features.gni
+++ b/chrome/common/features.gni
@@ -49,6 +49,10 @@ declare_args() {
enable_one_click_signin =
is_win || is_mac || (is_linux && !is_chromeos && !is_chromecast)
+ # Indicates if Exo should use ozone gamepad. If this is false, exo will use
+ # /device/gamepad as backend.
+ enable_exo_ozone_gamepad = use_ozone && false
reveman 2017/06/06 21:58:55 so how to we enable this in a build now?
jkwang 2017/06/07 18:03:18 What I was thinking is to change this to use_ozone
reveman 2017/06/07 20:29:45 Why not make it so we can enable this using a gn f
jkwang 2017/06/07 22:01:45 Sounds good. How should I do that?
reveman 2017/06/08 00:21:43 I think we should just make it "enable_exo_ozone_g
+
# Set to true to bundle all the mash related mojo services into chrome.
# Specify --mash to chrome to have chrome start the mash environment.
enable_package_mash_services = is_chromeos
« no previous file with comments | « no previous file | components/exo/BUILD.gn » ('j') | components/exo/gaming_seat.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698