| 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 7e074e759fce3e7ebb2aa6aca245c731a489aea1..8e27e8666bae1ba96db5fe51307e7026ca35b154 100755
|
| --- a/build/linux/unbundle/replace_gn_files.py
|
| +++ b/build/linux/unbundle/replace_gn_files.py
|
| @@ -21,9 +21,12 @@ REPLACEMENTS = {
|
| 'flac': 'third_party/flac/BUILD.gn',
|
| 'harfbuzz-ng': 'third_party/harfbuzz-ng/BUILD.gn',
|
| 'libevent': 'base/third_party/libevent/BUILD.gn',
|
| + 'libpng': 'third_party/libpng/BUILD.gn',
|
| + 'libvpx': 'third_party/libvpx/BUILD.gn',
|
| 'libwebp': 'third_party/libwebp/BUILD.gn',
|
| 'libxml': 'third_party/libxml/BUILD.gn',
|
| 'libxslt': 'third_party/libxslt/BUILD.gn',
|
| + 're2': 'third_party/re2/BUILD.gn',
|
| 'snappy': 'third_party/snappy/BUILD.gn',
|
| 'yasm': 'third_party/yasm/yasm_assemble.gni',
|
| 'zlib': 'third_party/zlib/BUILD.gn',
|
|
|