Index: build/linux/unbundle/replace_gn_files.py |
diff --git a/build/linux/unbundle/replace_gn_files.py b/build/linux/unbundle/replace_gn_files.py |
index 196ee2fbbd3283ed45bfc15f52ae8be16cb726d8..2087e1bf07bc5b945df3cdf079bc73a2f670ecac 100755 |
--- a/build/linux/unbundle/replace_gn_files.py |
+++ b/build/linux/unbundle/replace_gn_files.py |
@@ -18,6 +18,7 @@ import sys |
REPLACEMENTS = { |
'libxml': 'third_party/libxml/BUILD.gn', |
+ 'zlib': 'third_party/zlib/BUILD.gn', |
} |