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

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: Final fix Created 5 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 | « ui/ozone/BUILD.gn ('k') | ui/ozone/ozone.gyp » ('j') | 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 cb6f62ee28c7889697ebb5a4f9d743ea7969b9ad..15e909dedb8c96516d331c1cb7b808e97b54270b 100644
--- a/ui/ozone/ozone.gni
+++ b/ui/ozone/ozone.gni
@@ -26,14 +26,14 @@ declare_args() {
ozone_platform_egltest = false
ozone_platform_gbm = false
ozone_platform_ozonex = false
- ozone_platform_test = false
+ ozone_platform_headless = false
if (ozone_auto_platforms) {
if (is_chromecast) {
# The default platform used at runtime is "cast".
ozone_platform = "cast"
ozone_platform_cast = true
- ozone_platform_test = true
+ ozone_platform_headless = true
# For desktop Chromecast builds, override the default "cast" platform with
# --ozone_platform=egltest
@@ -42,13 +42,13 @@ declare_args() {
ozone_platform_ozonex = true
}
} else {
- # Use test as the default platform.
- ozone_platform = "test"
+ # Use headless as the default platform.
+ ozone_platform = "headless"
# Build all platforms whose deps are in install-build-deps.sh.
# Only these platforms will be compile tested by buildbots.
ozone_platform_gbm = true
- ozone_platform_test = true
+ ozone_platform_headless = true
ozone_platform_egltest = true
}
}
« no previous file with comments | « ui/ozone/BUILD.gn ('k') | ui/ozone/ozone.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698