Package: chromium-browser / 70.0.3538.110-1~deb9u1

disable/swiftshader.patch Patch series | download
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
@@ -422,7 +422,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" ]
   }