| 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 3b4571464549f0fb59bb954213938a3f6e1c413a..0b023d65912dcb9f007de5ba6aebc0692bc56224 100755
|
| --- a/build/linux/unbundle/replace_gn_files.py
|
| +++ b/build/linux/unbundle/replace_gn_files.py
|
| @@ -19,6 +19,7 @@ import sys
|
| REPLACEMENTS = {
|
| 'ffmpeg': 'third_party/ffmpeg/BUILD.gn',
|
| 'flac': 'third_party/flac/BUILD.gn',
|
| + 'freetype': 'third_party/freetype/BUILD.gn',
|
| 'harfbuzz-ng': 'third_party/harfbuzz-ng/BUILD.gn',
|
| 'icu': 'third_party/icu/BUILD.gn',
|
| 'libdrm': 'third_party/libdrm/BUILD.gn',
|
|
|