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

Unified Diff: build/common.gypi

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 | « no previous file | build/linux/system.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 0935433a94a3e04352e933e4a2b98c9b7e5fd7e4..f84d9f61528340ac65a57e0ec11c35eadf56ec7a 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1563,9 +1563,7 @@
# Ozone platforms to include in the build.
'ozone_platform_caca%': 0,
'ozone_platform_cast%': 0,
- 'ozone_platform_egltest%': 0,
'ozone_platform_gbm%': 0,
- 'ozone_platform_ozonex%': 0,
'ozone_platform_headless%': 0,
'ozone_platform_wayland%': 0,
@@ -2357,12 +2355,11 @@
'ozone_platform_cast%': 1,
'conditions': [
# For desktop non-audio Chromecast builds, run with
- # --ozone-platform=egltest
+ # --ozone-platform=x11
# TODO(slan|halliwell): Make the default platform "cast" on
# desktop non-audio builds too.
['is_cast_desktop_build==1 and disable_display==0', {
- 'ozone_platform_egltest%': 1,
- 'ozone_platform_ozonex%': 1,
+ # Use GN instead.
}, {
'ozone_platform%': 'cast',
}],
@@ -2370,7 +2367,6 @@
}, { # chromecast!=1
# Build all platforms whose deps are in install-build-deps.sh.
# Only these platforms will be compile tested by buildbots.
- 'ozone_platform_egltest%': 1,
'conditions': [
['chromeos==1', {
'ozone_platform_gbm%': 1,
« no previous file with comments | « no previous file | build/linux/system.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698