blob: a1da45f4d482f0a11019969ec7b9827e04cfd8f4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/third_party/perfetto/gn/BUILD.gn 2019-09-06 23:54:00.697132348 +0800
+++ b/third_party/perfetto/gn/BUILD.gn 2019-09-06 23:54:41.235747858 +0800
@@ -276,7 +276,7 @@
"//buildtools:zlib",
]
} else {
- public_configs = [ "//third_party/zlib:zlib_config" ]
+ public_configs = [ "//third_party/zlib:system_zlib" ]
public_deps = [
"//third_party/zlib",
]
|