summaryrefslogtreecommitdiffstats
path: root/build/common.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'build/common.gypi')
-rw-r--r--build/common.gypi16
1 files changed, 11 insertions, 5 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 4dad56f..f7ff443 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2391,11 +2391,17 @@
],
}],
],
- }, {
- # Build all platforms whose deps are in install-build-deps.sh.
- # Only these platforms will be compile tested by buildbots.
- 'ozone_platform_gbm%': 1,
- 'ozone_platform_egltest%': 1,
+ }, { # chromecast!=1
+ 'conditions': [
+ ['OS=="chromeos"', {
+ 'ozone_platform_gbm%': 1,
+ 'ozone_platform_egltest%': 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,
+ }],
+ ],
}],
],
}],