Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 7da38183053d0a96f8615d4af290618824b6bce1..66cacdf952a5f2dab73ffa920595ff22615b0f5c 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -775,7 +775,7 @@ |
| }], |
| # Flags to use Wayland server support. |
| - ['chromeos==1 and use_ozone==1', { |
| + ['chromeos==1', { |
| 'enable_wayland_server%': 1, |
| }, { |
| 'enable_wayland_server%': 0, |