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

Unified Diff: ui/ozone/ozone.gni

Issue 2167243002: Delete Ozone egltest platform. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « 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 768ddf74a93f9f8603baba98edbaea6c45099b78..e4b6ef9a27040e68ca9d7ecf02ce696e40b4d4b0 100644
--- a/ui/ozone/ozone.gni
+++ b/ui/ozone/ozone.gni
@@ -24,9 +24,7 @@ declare_args() {
# Enable individual platforms.
ozone_platform_caca = false
ozone_platform_cast = false
- ozone_platform_egltest = false
ozone_platform_gbm = false
- ozone_platform_ozonex = false
ozone_platform_headless = false
ozone_platform_x11 = false
ozone_platform_wayland = false
@@ -61,6 +59,6 @@ declare_args() {
}
assert(use_ozone || !(ozone_platform_caca || ozone_platform_cast ||
- ozone_platform_egltest || ozone_platform_gbm ||
- ozone_platform_ozonex || ozone_platform_headless),
+ ozone_platform_gbm || ozone_platform_headless ||
+ ozone_platform_x11 || ozone_platform_wayland),
"Must set use_ozone to select ozone platforms")
« 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