aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/chromium-system-icu.patch
blob: c35c1b75c73d5215efcba0afac02dedab91745a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
description: maintain compatibility with system icu library
author: Michael Gilbert <mgilbert@debian.org>

--- a/BUILD.gn
+++ b/BUILD.gn
@@ -657,8 +657,7 @@ group("gn_all") {
     }
   }
 
-  if ((is_linux && !is_chromeos && !is_chromecast) || (is_win && use_drfuzz) ||
-      (use_libfuzzer && is_mac)) {
+  if (false) {
     deps += [
       "//testing/libfuzzer/fuzzers",
       "//testing/libfuzzer/tests:libfuzzer_tests",