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

Unified Diff: ui/ozone/ozone.gni

Issue 2288283002: [Chromecast] Rename disable_display flag to is_cast_audio_only. (Closed)
Patch Set: Pick up missing callsites Created 4 years, 4 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
Index: ui/ozone/ozone.gni
diff --git a/ui/ozone/ozone.gni b/ui/ozone/ozone.gni
index e4b6ef9a27040e68ca9d7ecf02ce696e40b4d4b0..d79a0b6cfb5f7fcad261a341067ee8d40d3e49d8 100644
--- a/ui/ozone/ozone.gni
+++ b/ui/ozone/ozone.gni
@@ -42,7 +42,7 @@ declare_args() {
# platform with --ozone-platform=x11.
# TODO(halliwell): Create a libcast_graphics implementation for desktop
# using X11, and disable this platform.
- if (is_cast_desktop_build && !disable_display) {
+ if (is_cast_desktop_build && !cast_audio_only) {
ozone_platform_x11 = true
} else {
ozone_platform = "cast"

Powered by Google App Engine
This is Rietveld 408576698