| 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/'],
|
| ],
|
| }],
|
|
|