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

Unified Diff: crypto/crypto.gyp

Issue 8429034: Upstream: Build net_unittests for Android. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 2 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
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': [

Powered by Google App Engine
This is Rietveld 408576698