Ozone/Linux: conditionally enable remoting targets.
The effort to have a single Linux config that can either use ozone/x11/wayland or non-ozone/x11 path revealed one problem with the "remoting" component. Basically, what we are doing is that we make use_x11 == use_ozone == is_linux. That means that we have 1) just one Linux config 2) user can switch to OzonePlatform by passing --enable-features=UseOzonePlatform. However, the condition to enable remoting is based on old assumption that is_linux == use_x11 && use_ozone != use_x11. Given that, the remoting targets are disabled and linux-rel bot starts to complain. Thus, as an initial remoting support on Ozone/Linux, make these targets compiled for is_linux regardless if it has ozone set or not. Further investigation and verification of the feature is required to close the bug. Bug: 1112776 Change-Id: I7d8c523c96d5f430b8f9891a4568894bd523f3d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2362667Reviewed-by:Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Maksim Sisov (GMT+3) <msisov@igalia.com> Cr-Commit-Position: refs/heads/master@{#799259}
Showing
Please register or sign in to comment