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

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: Clarify comment 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_certificate_openssl.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 2be375f3d455ad28a3092d38becdf34a37420703..dbcabd768fc314746b8cd6ae22c092f9c0bed26f 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
wtc 2010/12/01 22:50:05 Nit: this line exceeds the 80-character limit.
joth 2010/12/02 17:12:01 Done - I didn't think 80 cols applied in .gyp file
+ ['exclude', '^browser/importer/'],
+ ],
+ }],
],
},
{
« no previous file with comments | « no previous file | net/base/keygen_handler_openssl.cc » ('j') | net/base/x509_certificate_openssl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698