| 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 7570a8bb683b4248e4d6b2c4e1e7a9db1278dfdd..3b4571464549f0fb59bb954213938a3f6e1c413a 100755
|
| --- a/build/linux/unbundle/replace_gn_files.py
|
| +++ b/build/linux/unbundle/replace_gn_files.py
|
| @@ -29,6 +29,7 @@ REPLACEMENTS = {
|
| 'libwebp': 'third_party/libwebp/BUILD.gn',
|
| 'libxml': 'third_party/libxml/BUILD.gn',
|
| 'libxslt': 'third_party/libxslt/BUILD.gn',
|
| + 'opus': 'third_party/opus/BUILD.gn',
|
| 're2': 'third_party/re2/BUILD.gn',
|
| 'snappy': 'third_party/snappy/BUILD.gn',
|
| 'yasm': 'third_party/yasm/yasm_assemble.gni',
|
|
|