| Index: build/linux/system.gyp
|
| diff --git a/build/linux/system.gyp b/build/linux/system.gyp
|
| index 271feef900a3bb21612839a96e2d607bf3f0ac62..cf25bb11f797cbd9e13e2d264b48188b685b414c 100644
|
| --- a/build/linux/system.gyp
|
| +++ b/build/linux/system.gyp
|
| @@ -331,11 +331,8 @@
|
| ['use_openssl==1', {
|
| 'direct_dependent_settings': {
|
| 'defines': [
|
| - # OpenSSL support is in development.
|
| - # eventually USE_OPENSSL and USE_NSS will be mutually exclusive.
|
| - # During the transitional period, a use_openssl=1 build still
|
| - # needs to define USE_NSS, so it is necessary to test the
|
| - # USE_OPENSSL macro before testing USE_NSS.
|
| + # OpenSSL support is incomplete: http://crbug.com/62803.
|
| + # Defining USE_OPENSSL disables USE_NSS.
|
| 'USE_OPENSSL',
|
| ],
|
| 'include_dirs': [
|
|
|