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

Unified Diff: net/net.gyp

Issue 419013003: Replace c/b/nss_context by a KeyedService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added Linux implementation. Created 6 years, 3 months 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
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 2de2ecc19c4d36c4cbee3aacd260b2248dba5480..eea5e6420710f71029330568a854be870a031ce6 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -366,8 +366,6 @@
'cert/cert_verify_proc_nss.h',
'ssl/client_cert_store_nss.cc',
'ssl/client_cert_store_nss.h',
- 'ssl/client_cert_store_chromeos.cc',
- 'ssl/client_cert_store_chromeos.h',
],
}],
[ 'enable_websockets != 1', {
@@ -588,7 +586,6 @@
[ 'use_nss != 1', {
'sources!': [
'ssl/client_cert_store_nss_unittest.cc',
- 'ssl/client_cert_store_chromeos_unittest.cc',
],
}],
[ 'use_openssl == 1', {
« components/cert_database.gypi ('K') | « crypto/nss_util.cc ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698