Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: build/linux/unbundle/replace_gn_files.py

Issue 1881263003: unbundle: add shim_headers.gni and unbundled GN file for zlib (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/linux/unbundle/zlib.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
}
« no previous file with comments | « no previous file | build/linux/unbundle/zlib.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698