From 1b78e8e37881b715f828b52bc61ab0cc725b38a9 Mon Sep 17 00:00:00 2001 From: Rebecca Chang Swee Fun Date: Tue, 5 Apr 2022 01:53:24 +0000 Subject: [PATCH] BUILD.gn: remove libjpeg-turbo riscv64 is not supported in libjpeg-turbo. Signed-off-by: Rebecca Chang Swee Fun --- BUILD.gn | 2 -- 1 file changed, 2 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index f3bb841e5419a..d480858dff71a 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -753,7 +753,6 @@ group("gn_all") { "//third_party/angle:libEGL", "//third_party/angle:libGLESv2", "//third_party/leveldatabase:leveldb_test_targets", - "//third_party/libjpeg_turbo:simd", "//third_party/opus:opus_compare", "//third_party/opus:opus_demo", "//third_party/opus:test_opus_api", @@ -768,7 +767,6 @@ group("gn_all") { if (!is_android) { deps += [ "//chrome/test:load_library_perf_tests" ] } - deps += [ "//third_party/libjpeg_turbo:simd_asm" ] } if ((is_linux || is_chromeos) && current_toolchain == host_toolchain) { deps += [ "//v8:v8_shell" ] -- 2.25.1