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

Unified Diff: chrome/chrome_tests.gypi

Issue 5195001: Fixes the remaining net_unittests for OpenSSL, with the exceptions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Disable browser unittests Created 10 years, 1 month 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 | « no previous file | net/base/keygen_handler_openssl.cc » ('j') | net/base/x509_openssl_util.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 6289d104b63e5418b1653fed9f9218de84fc0e71..cd545d5d7887faf80b1492ec181596ed290fbbdf 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1891,6 +1891,12 @@
['exclude', '^../views/'],
],
}],
+ ['use_openssl==1', {
+ 'sources/': [
+ # OpenSSL build does not support firefix importer. See http://crbug.com/64926
+ ['exclude', '^browser/importer/'],
+ ],
+ }],
],
},
{
« no previous file with comments | « no previous file | net/base/keygen_handler_openssl.cc » ('j') | net/base/x509_openssl_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698