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

Unified Diff: third_party/boringssl/boringssl_tests.gypi

Issue 447213004: BoringSSL: switch around GYP files again. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix unittest build. Created 6 years, 4 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
« no previous file with comments | « third_party/boringssl/boringssl_tests.gyp ('k') | third_party/boringssl/update_gypi_and_asm.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « third_party/boringssl/boringssl_tests.gyp ('k') | third_party/boringssl/update_gypi_and_asm.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698