Chromium Code Reviews| Index: crypto/crypto.gyp |
| diff --git a/crypto/crypto.gyp b/crypto/crypto.gyp |
| index 7b031b2993c1147aab67c18cdced7a2af3322a0e..1e90fa2db3c8046d0f4a0a911d7aab2b5b300eb5 100644 |
| --- a/crypto/crypto.gyp |
| +++ b/crypto/crypto.gyp |
| @@ -43,6 +43,11 @@ |
| 'openpgp_symmetric_encryption.cc', |
| ], |
| }], |
| + [ 'OS == "android"', { |
|
John Grabowski
2011/11/01 23:09:34
Hmm looks like this condition above might get hit:
Jing Zhao
2011/11/02 16:22:55
Fixed the condition above. Thanks for catching it.
|
| + 'dependencies': [ |
| + '../build/android/system.gyp:ssl', |
| + ], |
| + }], |
| [ 'OS == "freebsd" or OS == "openbsd"', { |
| 'link_settings': { |
| 'libraries': [ |