summaryrefslogtreecommitdiff
path: root/chromium/third_party/libyuv/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/libyuv/BUILD.gn')
-rw-r--r--chromium/third_party/libyuv/BUILD.gn3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/third_party/libyuv/BUILD.gn b/chromium/third_party/libyuv/BUILD.gn
index e1c7c1da4db..55b57ffcad5 100644
--- a/chromium/third_party/libyuv/BUILD.gn
+++ b/chromium/third_party/libyuv/BUILD.gn
@@ -6,6 +6,7 @@
# in the file PATENTS. All contributing project authors may
# be found in the AUTHORS file in the root of the source tree.
+import("//build/config/features.gni")
import("//testing/test.gni")
import("libyuv.gni")
@@ -50,7 +51,7 @@ group("libyuv") {
all_dependent_configs = [ ":libyuv_config" ]
deps = []
- if (is_win && target_cpu == "x64") {
+ if (is_win && target_cpu == "x64" && !use_qt) {
# Compile with clang in order to get inline assembly
public_deps = [ ":libyuv_internal(//build/toolchain/win:win_clang_x64)" ]
} else {