summaryrefslogtreecommitdiff
path: root/patches/www-client/chromium-73.0.3683.75/perfetto.patch
blob: 2e2522a57569fa00578ef28ec77b767182c85ce3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
description: disable dependencies on third_party/perfetto
author: Michael Gilbert <mgilbert@debian.org>

--- a/BUILD.gn
+++ b/BUILD.gn
@@ -661,7 +661,7 @@ group("gn_all") {
     }
   }
 
-  if (is_mac || is_linux || is_android || is_fuchsia) {
+  if (false) {
     deps += [ "//third_party/perfetto:all" ]
   }