commit | 28834ce635e64b443e75fe0a22eab208831e2008 | [log] [tgz] |
---|---|---|
author | Hidehiko Abe <[email protected]> | Wed Jun 16 07:01:40 2021 |
committer | Chromium LUCI CQ <[email protected]> | Wed Jun 16 07:01:40 2021 |
tree | fafbb890f50a14b8c934045acefe02dc824f10eb | |
parent | 85036a57b1cc5c48aa87efa5bc5d5adc420489ea [diff] [blame] |
Remove dependency to linux/dri from Lacros. The config for radeonsi_dri.so, but there's no such files installed on Chrome OS devices. BUG=1202631 TEST=Ran on DUT. Change-Id: Ic6e7d3fdbd93c7b5ddb55b26d8d0d161938babe3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2960334 Reviewed-by: Kenneth Russell <[email protected]> Reviewed-by: Thomas Anderson <[email protected]> Commit-Queue: Hidehiko Abe <[email protected]> Cr-Commit-Position: refs/heads/master@{#892903}
diff --git a/content/gpu/BUILD.gn b/content/gpu/BUILD.gn index 049ff7bc..24d5825 100644 --- a/content/gpu/BUILD.gn +++ b/content/gpu/BUILD.gn
@@ -135,8 +135,7 @@ } # Use DRI on desktop Linux builds. - if (current_cpu != "s390x" && current_cpu != "ppc64" && - (is_linux || is_chromeos_lacros) && + if (current_cpu != "s390x" && current_cpu != "ppc64" && is_linux && (!is_chromecast || is_cast_desktop_build)) { configs += [ "//build/config/linux/dri" ] }