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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 433133002: Build the importer tests on Windows and Mac OpenSSL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 99402b688ccba8db5a7fe48200cccfffdfabd293..2755fa05549839e6b173bbb5fd41eb26861aef6a 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -2736,10 +2736,9 @@
'common/net/x509_certificate_model_unittest.cc',
],
}],
- ['use_openssl==1', {
+ ['OS=="android"', {
'sources/': [
- # OpenSSL build does not support firefox importer. See
- # http://crbug.com/64926
+ # Android doesn't build the importer.
['exclude', '^browser/importer/'],
],
}],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698