Commit 730bbcbb by Shahbaz Youssefi Committed by Commit Bot

Use ANGLE GL for Lacros Chrome

Currently, no ANGLE platform flag is enabled for Lacros Chrome. GL is selected as default by this change for ChromeOS in general. Based on change by Eriko Kurimoto <elkurin@chromium.org> Bug: chromium:1203176 Change-Id: I539a459b6d3db60da191570e933afd8d06d3c3eb Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2877010Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
parent b33a8279
...@@ -119,9 +119,9 @@ declare_args() { ...@@ -119,9 +119,9 @@ declare_args() {
angle_enable_d3d9 = is_win && !angle_is_winuwp angle_enable_d3d9 = is_win && !angle_is_winuwp
angle_enable_d3d11 = is_win angle_enable_d3d11 = is_win
angle_enable_gl = (ozone_platform_gbm || (!is_linux && !is_chromeos) || angle_enable_gl =
(angle_use_x11 && !is_chromeos)) && !is_fuchsia && (ozone_platform_gbm || !is_linux || (angle_use_x11 && !is_chromeos)) &&
!angle_is_winuwp && !is_ggp && !is_win_arm64 !is_fuchsia && !angle_is_winuwp && !is_ggp && !is_win_arm64
angle_enable_vulkan = angle_enable_vulkan =
angle_has_build && angle_has_build &&
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment