summaryrefslogtreecommitdiff
path: root/patches/www-client/chromium-73.0.3683.75/swiftshader.patch
blob: 887cf5acf06075bca30ca5bd66197b8f44401ab3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
description: avoid building the swiftshader library
author: Michael Gilbert <mgilbert@debian.org>

--- a/BUILD.gn
+++ b/BUILD.gn
@@ -446,7 +446,7 @@ group("gn_all") {
     ]
   }
 
-  if ((is_win || is_mac || is_linux || is_chromeos || is_fuchsia) &&
+  if (false &&
       (target_cpu == "x86" || target_cpu == "x64")) {
     deps += [ "//third_party/swiftshader" ]
   }