Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index e73e563dbc19ce32561c38cd616ec72ce725e500..dbc505c0c54c9b45a02d8123e222e771643f2924 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -2393,14 +2393,12 @@ |
| }], |
| ], |
| }, { # 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': [ |
| - ['OS=="chromeos"', { |
| + ['chromeos==1', { |
| 'ozone_platform_gbm%': 1, |
| - 'ozone_platform_egltest%': 1, |
|
dnicoara
2016/02/17 22:59:32
Why is this removing ozone_platform_egltest?
Sam Clegg
2016/02/17 23:01:10
It was set in both sides of the condition so I jus
dnicoara
2016/02/18 14:24:35
Ah, I see, sorry, missed it.
|
| - }, { |
| - # Build all platforms whose deps are in install-build-deps.sh. |
| - # Only these platforms will be compile tested by buildbots. |
| - 'ozone_platform_egltest%': 1, |
| }], |
| ], |
| }], |