| 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 1436711a8b3708152f1ee0fe88a10c091fa06873..c0fcc49f5531220fd6a857a88d28f77743a09bc7 100755
|
| --- a/build/linux/unbundle/replace_gyp_files.py
|
| +++ b/build/linux/unbundle/replace_gyp_files.py
|
| @@ -30,6 +30,7 @@ REPLACEMENTS = {
|
| 'use_system_libwebp': 'third_party/libwebp/libwebp.gyp',
|
| 'use_system_libxml': 'third_party/libxml/libxml.gyp',
|
| 'use_system_libxslt': 'third_party/libxslt/libxslt.gyp',
|
| + 'use_system_openssl': 'third_party/openssl/openssl.gyp',
|
| 'use_system_opus': 'third_party/opus/opus.gyp',
|
| 'use_system_re2': 'third_party/re2/re2.gyp',
|
| 'use_system_snappy': 'third_party/snappy/snappy.gyp',
|
|
|