| Index: build/linux/unbundle/replace_gyp_files.py
|
| diff --git a/build/linux/unbundle/replace_gyp_files.py b/build/linux/unbundle/replace_gyp_files.py
|
| index 59a6f8071f4ef81845df70ead841eb3f94249511..f19c09a279642055c72d63469d193b80e970d415 100755
|
| --- a/build/linux/unbundle/replace_gyp_files.py
|
| +++ b/build/linux/unbundle/replace_gyp_files.py
|
| @@ -17,6 +17,7 @@ import sys
|
| REPLACEMENTS = {
|
| 'use_system_bzip2': 'third_party/bzip2/bzip2.gyp',
|
| 'use_system_expat': 'third_party/expat/expat.gyp',
|
| + 'use_system_ffmpeg': 'third_party/ffmpeg/ffmpeg.gyp',
|
| 'use_system_flac': 'third_party/flac/flac.gyp',
|
| 'use_system_harfbuzz': 'third_party/harfbuzz-ng/harfbuzz.gyp',
|
| 'use_system_icu': 'third_party/icu/icu.gyp',
|
|
|