Chromium Code Reviews| 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/'], |
| + ], |
| + }], |
| ], |
| }, |
| { |