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

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

Issue 1964003002: unbundle: add GN files for flac, harfbuzz-ng, and libwebp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « build/linux/unbundle/libwebp.gn ('k') | tools/generate_shim_headers/generate_shim_headers.py » ('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 2087e1bf07bc5b945df3cdf079bc73a2f670ecac..90c82d927eb785d2a468c9155433a21b1639da98 100755
--- a/build/linux/unbundle/replace_gn_files.py
+++ b/build/linux/unbundle/replace_gn_files.py
@@ -17,6 +17,9 @@ import sys
REPLACEMENTS = {
+ 'flac': 'third_party/flac/BUILD.gn',
+ 'harfbuzz-ng': 'third_party/harfbuzz-ng/BUILD.gn',
+ 'libwebp': 'third_party/libwebp/BUILD.gn',
'libxml': 'third_party/libxml/BUILD.gn',
'zlib': 'third_party/zlib/BUILD.gn',
}
« no previous file with comments | « build/linux/unbundle/libwebp.gn ('k') | tools/generate_shim_headers/generate_shim_headers.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698