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

Unified Diff: ui/ozone/ozone.gni

Issue 2429963002: Use only headless Ozone on Cast audio-only platforms (Closed)
Patch Set: Fix cast_shell_browsertests args Created 4 years 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 | « chromecast/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/ozone.gni
diff --git a/ui/ozone/ozone.gni b/ui/ozone/ozone.gni
index 681932039e217dde2d661ecbf755fdfa1cdd3dc9..b677b48cf98e051a48a51eef150b85569671bccb 100644
--- a/ui/ozone/ozone.gni
+++ b/ui/ozone/ozone.gni
@@ -33,7 +33,9 @@ declare_args() {
ozone_platform = "headless"
ozone_platform_headless = true
- if (is_chromecast) {
+ if (is_cast_audio_only) {
+ # Just use headless for audio-only Cast platforms.
+ } else if (is_chromecast) {
# Enable the Cast ozone platform on all A/V Cast builds.
ozone_platform_cast = true
« no previous file with comments | « chromecast/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698