mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-25 16:50:07 -07:00
15 lines
313 B
Diff
15 lines
313 B
Diff
description: disable dependencies on third_party/perfetto
|
|
author: Michael Gilbert <mgilbert@debian.org>
|
|
|
|
--- a/BUILD.gn
|
|
+++ b/BUILD.gn
|
|
@@ -666,7 +666,7 @@ group("gn_all") {
|
|
}
|
|
}
|
|
|
|
- if (is_mac || is_linux || is_android || is_fuchsia) {
|
|
+ if (false) {
|
|
deps += [ "//third_party/perfetto:all" ]
|
|
}
|
|
|