Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 8b5f75f1c3d10c3462cf99e37db2068baf87fbc9..e9cc2772dffe1401b8d01b3a96cae9991cade7f0 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -759,7 +759,7 @@ |
| }], |
| # Flags to use Wayland server support. |
| - ['chromeos==1 and use_ozone==1', { |
| + ['chromeos==1', { |
|
reveman
2015/12/01 16:53:02
Fyi, here is where enable_wayland_server is set to
|
| 'enable_wayland_server%': 1, |
| }, { |
| 'enable_wayland_server%': 0, |