summarylogtreecommitdiffstats
path: root/chromium-system-zlib.patch
diff options
context:
space:
mode:
Diffstat (limited to 'chromium-system-zlib.patch')
-rw-r--r--chromium-system-zlib.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/chromium-system-zlib.patch b/chromium-system-zlib.patch
new file mode 100644
index 000000000000..951a2adb196a
--- /dev/null
+++ b/chromium-system-zlib.patch
@@ -0,0 +1,13 @@
+diff --git a/third_party/perfetto/gn/BUILD.gn b/third_party/perfetto/gn/BUILD.gn
+index 3bc618a..e0ddf6d 100644
+--- a/third_party/perfetto/gn/BUILD.gn
++++ b/third_party/perfetto/gn/BUILD.gn
+@@ -244,7 +244,7 @@ if (enable_perfetto_trace_processor || perfetto_build_standalone ||
+ "//buildtools:zlib",
+ ]
+ } else {
+- public_configs = [ "//third_party/zlib:zlib_config" ]
++ public_configs = [ "//third_party/zlib:system_zlib" ]
+ public_deps = [
+ "//third_party/zlib",
+ ]