1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
--- a/third_party/swiftshader/BUILD.gn
+++ b/third_party/swiftshader/BUILD.gn
@@ -76,16 +76,11 @@ if (build_with_chromium) {
group("swiftshader_tests") {
testonly = true
- data_deps = [ "tests/SystemUnitTests:swiftshader_system_unittests" ]
if (supports_llvm) {
- data_deps +=
- [ "tests/ReactorUnitTests:swiftshader_reactor_llvm_unittests" ]
}
if (supports_subzero) {
- data_deps +=
- [ "tests/ReactorUnitTests:swiftshader_reactor_subzero_unittests" ]
}
}
}
|