| 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 8e27e8666bae1ba96db5fe51307e7026ca35b154..9d729917be5c0014644bb1b0fee241c7132820de 100755
|
| --- a/build/linux/unbundle/replace_gn_files.py
|
| +++ b/build/linux/unbundle/replace_gn_files.py
|
| @@ -21,6 +21,7 @@ REPLACEMENTS = {
|
| 'flac': 'third_party/flac/BUILD.gn',
|
| 'harfbuzz-ng': 'third_party/harfbuzz-ng/BUILD.gn',
|
| 'libevent': 'base/third_party/libevent/BUILD.gn',
|
| + 'libjpeg': 'build/secondary/third_party/libjpeg_turbo/BUILD.gn',
|
| 'libpng': 'third_party/libpng/BUILD.gn',
|
| 'libvpx': 'third_party/libvpx/BUILD.gn',
|
| 'libwebp': 'third_party/libwebp/BUILD.gn',
|
|
|