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