Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 49fd27d

Browse files
null77Commit Bot
authored andcommitted
Fix SwiftShader to use data_deps.
Using deps instead of data_deps was causing some tests to try and load vk_swiftshader every test execution. Even if the test was not using Vulkan in ANGLE. Fixes the TSAN gpu_unittests in Chromium. Bug: angleproject:3876 Change-Id: I2acbf02ab9aa39632bc252c12e19da28ad90175d Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1815910 Commit-Queue: Jamie Madill <[email protected]> Reviewed-by: Yuly Novikov <[email protected]>
1 parent ecd3ebe commit 49fd27d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ if (angle_enable_vulkan) {
642642
}
643643

644644
if (angle_swiftshader) {
645-
deps += [
645+
data_deps += [
646646
":angle_swiftshader_icd",
647647
"$swiftshader_dir/src/Vulkan:swiftshader_libvulkan",
648648
]

0 commit comments

Comments
 (0)