Chromium Code Reviews| Index: net/net.gyp |
| diff --git a/net/net.gyp b/net/net.gyp |
| index b5ccff34cfa185aa76a045b9b1c51376a708c8a1..3ccef0b7e9721c477c997efb485007d0d4319c42 100644 |
| --- a/net/net.gyp |
| +++ b/net/net.gyp |
| @@ -272,6 +272,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', |
|
digit1
2012/11/28 10:42:34
Adding this here is ok, but you also need a 'sourc
ppi
2012/11/28 13:37:31
As we have discussed, it should be ok without expl
|
| 'base/test_root_certs_win.cc', |
| 'base/transport_security_state.cc', |
| 'base/transport_security_state.h', |
| @@ -1192,8 +1193,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', |