| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index 795f6278c7eee18e3395d3a719f40cec17a85d5c..d62d8079f3356d895b0d27739258372cbe6c2e58 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -274,6 +274,7 @@
|
| 'base/test_root_certs_mac.cc',
|
| 'base/test_root_certs_nss.cc',
|
| 'base/test_root_certs_openssl.cc',
|
| + 'base/test_root_certs_android.cc',
|
| 'base/test_root_certs_win.cc',
|
| 'base/transport_security_state.cc',
|
| 'base/transport_security_state.h',
|
| @@ -1194,8 +1195,9 @@
|
| ],
|
| 'sources!': [
|
| 'base/openssl_memory_private_key_store.cc',
|
| + 'base/test_root_certs_openssl.cc',
|
| ],
|
| - }, { # else OS! = "android"
|
| + }, { # else OS != "android"
|
| 'defines': [
|
| # These are the features Android doesn't support.
|
| 'ENABLE_MEDIA_CODEC_THEORA',
|
|
|