Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2554)

Unified Diff: net/net.gyp

Issue 11316210: Implement TestRootCerts for Android (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: address Ryan's remarks Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/base/test_root_certs_android.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 9f2a11f3e96e23d834b33e086af3358ef9eeba96..6ad8c2c4ebc8ecfeeba3fc21b21059aaacc15d54 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -275,6 +275,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',
@@ -1212,8 +1213,9 @@
'sources!': [
'base/cert_database_openssl.cc',
'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',
« no previous file with comments | « net/base/test_root_certs_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698