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

Unified Diff: ui/ozone/ozone.gni

Issue 1410123003: Rename "test" ozone platform to "headless" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 cb6f62ee28c7889697ebb5a4f9d743ea7969b9ad..87770c7ffae8f9504cfa9494dbc1f0f8c4481519 100644
--- a/ui/ozone/ozone.gni
+++ b/ui/ozone/ozone.gni
@@ -27,6 +27,7 @@ declare_args() {
ozone_platform_gbm = false
ozone_platform_ozonex = false
ozone_platform_test = false
+ ozone_platform_headless = false
if (ozone_auto_platforms) {
if (is_chromecast) {
@@ -41,6 +42,9 @@ declare_args() {
ozone_platform_egltest = true
ozone_platform_ozonex = true
}
+ } else if (is_headless) {
+ ozone_platform = "headless"
Sami 2015/10/26 16:47:07 This means we won't have to override the platform
altimin 2015/10/26 17:24:21 Yes!
+ ozone_platform_headless = true
} else {
# Use test as the default platform.
ozone_platform = "test"

Powered by Google App Engine
This is Rietveld 408576698