| 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 a780fc57415ef16b1e07ff27a7cf0643fc71aa2c..d06ae411aee2a5f07ec8de051d0f674ffe61bd00 100755
|
| --- a/build/linux/unbundle/replace_gyp_files.py
|
| +++ b/build/linux/unbundle/replace_gyp_files.py
|
| @@ -31,7 +31,6 @@ REPLACEMENTS = {
|
| 'use_system_libxml': 'third_party/libxml/libxml.gyp',
|
| 'use_system_libxnvctrl' : 'third_party/libXNVCtrl/libXNVCtrl.gyp',
|
| 'use_system_libxslt': 'third_party/libxslt/libxslt.gyp',
|
| - 'use_system_openssl': 'third_party/boringssl/boringssl.gyp',
|
| 'use_system_opus': 'third_party/opus/opus.gyp',
|
| 'use_system_protobuf': 'third_party/protobuf/protobuf.gyp',
|
| 'use_system_re2': 'third_party/re2/re2.gyp',
|
|
|