Index: net/net.gyp |
diff --git a/net/net.gyp b/net/net.gyp |
index 1798d6a22b4aad367b1f196d5f7e87fe366b760c..7e73f5720054fbba7801b9cd3760543ca49f9cb5 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', |