summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chromium/BUILD.gn2
-rw-r--r--chromium/third_party/minizip/BUILD.gn3
2 files changed, 4 insertions, 1 deletions
diff --git a/chromium/BUILD.gn b/chromium/BUILD.gn
index 9762ceec292..c319aa5df4f 100644
--- a/chromium/BUILD.gn
+++ b/chromium/BUILD.gn
@@ -446,7 +446,7 @@ group("gn_all") {
[ "//third_party/android_crazy_linker:android_crazy_linker_zip_fuzzer" ]
}
- if (is_linux || is_chromeos) {
+ if ((is_linux || is_chromeos) && !use_qt) {
# This is only used by ChromeOS, but we want maximal fuzzer coverage, so
# run it under linux too.
deps += [
diff --git a/chromium/third_party/minizip/BUILD.gn b/chromium/third_party/minizip/BUILD.gn
index 00fbcf4c7e1..30b6a0f5f80 100644
--- a/chromium/third_party/minizip/BUILD.gn
+++ b/chromium/third_party/minizip/BUILD.gn
@@ -2,8 +2,11 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//build/config/features.gni")
import("//testing/libfuzzer/fuzzer_test.gni")
+assert(!use_qt)
+
config("minizip_compiler_flags") {
if (is_clang) {
cflags = [