| Index: third_party/libvpx/BUILD.gn
|
| diff --git a/third_party/libvpx/BUILD.gn b/third_party/libvpx/BUILD.gn
|
| index 2c79ee0f4051f09295e9e6cc63d1308077f035e7..ba1593dc9a56c67ddab936237c13291d408769a6 100644
|
| --- a/third_party/libvpx/BUILD.gn
|
| +++ b/third_party/libvpx/BUILD.gn
|
| @@ -311,7 +311,8 @@ static_library("libvpx") {
|
| configs += [ "//build/config/compiler:no_chromium_code" ]
|
| configs += [ ":libvpx_warnings" ]
|
| deps = []
|
| - if (current_cpu == "x86" || (current_cpu == "x64" && !is_msan)) {
|
| + if ((current_cpu == "x86" && !is_syzyasan) ||
|
| + (current_cpu == "x64" && !is_msan)) {
|
| deps += [
|
| ":libvpx_intrinsics_avx",
|
| ":libvpx_intrinsics_avx2",
|
|
|