Index: third_party/boringssl/boringssl_tests.gypi |
diff --git a/third_party/boringssl/boringssl_tests.gypi b/third_party/boringssl/boringssl_tests.gypi |
index aa74b8f5000b43ba2580d26aeaa324063f63da4d..8190099bb77be18d948a2c3c20448bf3b42aa83c 100644 |
--- a/third_party/boringssl/boringssl_tests.gypi |
+++ b/third_party/boringssl/boringssl_tests.gypi |
@@ -10,7 +10,7 @@ |
'target_name': 'boringssl_base64_test', |
'type': 'executable', |
'dependencies': [ |
- 'boringssl', |
+ 'boringssl.gyp:boringssl', |
], |
'sources': [ |
'src/crypto/base64/base64_test.c', |
@@ -20,7 +20,7 @@ |
'target_name': 'boringssl_bio_test', |
'type': 'executable', |
'dependencies': [ |
- 'boringssl', |
+ 'boringssl.gyp:boringssl', |
], |
'sources': [ |
'src/crypto/bio/bio_test.c', |
@@ -30,7 +30,7 @@ |
'target_name': 'boringssl_bn_test', |
'type': 'executable', |
'dependencies': [ |
- 'boringssl', |
+ 'boringssl.gyp:boringssl', |
], |
'sources': [ |
'src/crypto/bn/bn_test.c', |
@@ -40,7 +40,7 @@ |
'target_name': 'boringssl_bytestring_test', |
'type': 'executable', |
'dependencies': [ |
- 'boringssl', |
+ 'boringssl.gyp:boringssl', |
], |
'sources': [ |
'src/crypto/bytestring/bytestring_test.c', |
@@ -50,7 +50,7 @@ |
'target_name': 'boringssl_aead_test', |
'type': 'executable', |
'dependencies': [ |
- 'boringssl', |
+ 'boringssl.gyp:boringssl', |
], |
'sources': [ |
'src/crypto/cipher/aead_test.c', |
@@ -60,7 +60,7 @@ |
'target_name': 'boringssl_cipher_test', |
'type': 'executable', |
'dependencies': [ |
- 'boringssl', |
+ 'boringssl.gyp:boringssl', |
], |
'sources': [ |
'src/crypto/cipher/cipher_test.c', |
@@ -70,7 +70,7 @@ |
'target_name': 'boringssl_dh_test', |
'type': 'executable', |
'dependencies': [ |
- 'boringssl', |
+ 'boringssl.gyp:boringssl', |
], |
'sources': [ |
'src/crypto/dh/dh_test.c', |
@@ -80,7 +80,7 @@ |
'target_name': 'boringssl_dsa_test', |
'type': 'executable', |
'dependencies': [ |
- 'boringssl', |
+ 'boringssl.gyp:boringssl', |
], |
'sources': [ |
'src/crypto/dsa/dsa_test.c', |
@@ -90,7 +90,7 @@ |
'target_name': 'boringssl_example_mul', |
'type': 'executable', |
'dependencies': [ |
- 'boringssl', |
+ 'boringssl.gyp:boringssl', |
], |
'sources': [ |
'src/crypto/ec/example_mul.c', |
@@ -100,7 +100,7 @@ |
'target_name': 'boringssl_ecdsa_test', |
'type': 'executable', |
'dependencies': [ |
- 'boringssl', |
+ 'boringssl.gyp:boringssl', |
], |
'sources': [ |
'src/crypto/ecdsa/ecdsa_test.c', |
@@ -110,7 +110,7 @@ |
'target_name': 'boringssl_err_test', |
'type': 'executable', |
'dependencies': [ |
- 'boringssl', |
+ 'boringssl.gyp:boringssl', |
], |
'sources': [ |
'src/crypto/err/err_test.c', |
@@ -120,7 +120,7 @@ |
'target_name': 'boringssl_example_sign', |
'type': 'executable', |
'dependencies': [ |
- 'boringssl', |
+ 'boringssl.gyp:boringssl', |
], |
'sources': [ |
'src/crypto/evp/example_sign.c', |
@@ -130,7 +130,7 @@ |
'target_name': 'boringssl_hmac_test', |
'type': 'executable', |
'dependencies': [ |
- 'boringssl', |
+ 'boringssl.gyp:boringssl', |
], |
'sources': [ |
'src/crypto/hmac/hmac_test.c', |
@@ -140,7 +140,7 @@ |
'target_name': 'boringssl_lhash_test', |
'type': 'executable', |
'dependencies': [ |
- 'boringssl', |
+ 'boringssl.gyp:boringssl', |
], |
'sources': [ |
'src/crypto/lhash/lhash_test.c', |
@@ -150,7 +150,7 @@ |
'target_name': 'boringssl_md5_test', |
'type': 'executable', |
'dependencies': [ |
- 'boringssl', |
+ 'boringssl.gyp:boringssl', |
], |
'sources': [ |
'src/crypto/md5/md5_test.c', |
@@ -160,7 +160,7 @@ |
'target_name': 'boringssl_gcm_test', |
'type': 'executable', |
'dependencies': [ |
- 'boringssl', |
+ 'boringssl.gyp:boringssl', |
], |
'sources': [ |
'src/crypto/modes/gcm_test.c', |
@@ -170,7 +170,7 @@ |
'target_name': 'boringssl_rsa_test', |
'type': 'executable', |
'dependencies': [ |
- 'boringssl', |
+ 'boringssl.gyp:boringssl', |
], |
'sources': [ |
'src/crypto/rsa/rsa_test.c', |
@@ -180,7 +180,7 @@ |
'target_name': 'boringssl_sha1_test', |
'type': 'executable', |
'dependencies': [ |
- 'boringssl', |
+ 'boringssl.gyp:boringssl', |
], |
'sources': [ |
'src/crypto/sha/sha1_test.c', |