| 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',
|
| }
|
|
|