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

Unified Diff: net/net.gyp

Issue 394013005: Remove NSSCertDatabase from ClientCertStoreChromeOS unittest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments. Created 6 years, 5 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
« no previous file with comments | « net/BUILD.gn ('k') | net/ssl/client_cert_store_chromeos.h » ('j') | 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 fb5b853c3b442db4ce8da1195e44979eaea23a5a..bda18453fc53c2d7c3be747f0db48470c270554b 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -938,6 +938,7 @@
'socket/socket_test_util.h',
'test/cert_test_util.cc',
'test/cert_test_util.h',
+ 'test/cert_test_util_nss.cc',
'test/ct_test_util.cc',
'test/ct_test_util.h',
'test/embedded_test_server/embedded_test_server.cc',
@@ -1021,6 +1022,11 @@
'dns/mock_mdns_socket_factory.h'
]
}],
+ [ 'use_nss != 1', {
+ 'sources!': [
+ 'test/cert_test_util_nss.cc',
+ ],
+ }],
],
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
'msvs_disabled_warnings': [4267, ],
« no previous file with comments | « net/BUILD.gn ('k') | net/ssl/client_cert_store_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698