Index: crypto/crypto.gyp |
diff --git a/crypto/crypto.gyp b/crypto/crypto.gyp |
index 0c472ffc2ebffa4331f7c0fd153eeb7ada1e00a1..42f3cad4fb01157d7571eed9cedee7edd6c749f5 100644 |
--- a/crypto/crypto.gyp |
+++ b/crypto/crypto.gyp |
@@ -100,7 +100,7 @@ |
}], |
[ 'use_openssl==1', { |
'dependencies': [ |
- '../third_party/openssl/openssl.gyp:openssl', |
+ '../third_party/boringssl/boringssl.gyp:boringssl', |
], |
# TODO(joth): Use a glob to match exclude patterns once the |
# OpenSSL file set is complete. |
@@ -209,7 +209,7 @@ |
}], |
[ 'use_openssl==1', { |
'dependencies': [ |
- '../third_party/openssl/openssl.gyp:openssl', |
+ '../third_party/boringssl/boringssl.gyp:boringssl', |
], |
'sources!': [ |
'nss_util_unittest.cc', |